Skip to content

Commit

Permalink
sync(exercises): nitpick comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed May 7, 2021
1 parent 9933467 commit b5827ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/exercises.nim
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ proc toToml(exercise: Exercise, testsPath: string): string =
if testCase.uuid notin exercise.tests.included:
result.add "include = false\n"

# Always output the `reimplements` value, if present
# Always add the `reimplements` property, if present
if testCase.reimplements.isSome():
result.add &"reimplements = \"{testCase.reimplements.get().uuid}\"\n"

Expand Down

0 comments on commit b5827ec

Please sign in to comment.