Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Mar 22, 2024
1 parent adccd5a commit ea139be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Controller/Jury/SubmissionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public function viewAction(
->getSingleScalarResult();
}

$evalOnDemand = $submission->getContestProblem()->determineOnDemand($this->config->get('lazy_eval_results'));
$evalOnDemand = $submission->getContestProblem()->determineOnDemand($this->config->get('lazy_eval_results'));

$twigData = [
'submission' => $submission,
Expand Down

0 comments on commit ea139be

Please sign in to comment.