Skip to content

Commit 55427fc

Browse files
committed
Fix missing whitespace
1 parent 7a94671 commit 55427fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/Jury/ExecutableController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function indexAction(Request $request): Response
108108
if (in_array($e, $executablesWithContestProblems)) {
109109
foreach (array_merge($e->getProblemsRun()->toArray(), $e->getProblemsCompare()->toArray()) as $execProblem) {
110110
$execContestProblems = $execProblem->getContestProblems();
111-
foreach($contestProblemsWithExecutables as $cp) {
111+
foreach ($contestProblemsWithExecutables as $cp) {
112112
if ($execContestProblems->contains($cp)) {
113113
$badges[] = $cp;
114114
}

0 commit comments

Comments
 (0)