Skip to content

Commit ff7e6d0

Browse files
nickygerritsenvmcj
andauthored
Update webapp/src/Service/Compare/ScoreboardCompareService.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent ee28396 commit ff7e6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Service/Compare/ScoreboardCompareService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function compare($object1, $object2): void
126126
}
127127

128128
if ($problemForFirst === null && $problem2->solved) {
129-
$this->addMessage(MessageType::ERROR, sprintf('Row %d: Problem %s solved in second file, but not found in first file', $index, $problem2->problemId));
129+
$this->addMessage(MessageType::ERROR, sprintf('Row %d: Problem `%s` solved in second file, but not found in first file', $index, $problem2->problemId));
130130
}
131131
}
132132
}

0 commit comments

Comments
 (0)