Skip to content

Commit 741616b

Browse files
committed
Fix indentation, no functional changes
1 parent 2d986fb commit 741616b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

judge/judgedaemon.main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ private function testcaseRunInternal(
17791779

17801780
foreach ([
17811781
'system.out', # Judging system output (info/debug/error)
1782-
'program.out', 'program.err', # Program output and stderr (for extra information)
1782+
'program.out', 'program.err', # Program output and stderr (for extra information)
17831783
'program.meta', 'runguard.err', # Metadata and runguard stderr
17841784
'compare.meta', 'compare.err' # Compare runguard metadata and stderr
17851785
] as $file) {

0 commit comments

Comments
 (0)