Skip to content

Commit

Permalink
sync(exercises): nitpick comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 authored and ErikSchierboom committed May 22, 2021
1 parent 1f66e25 commit f2ffb37
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 @@ -145,7 +145,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 f2ffb37

Please sign in to comment.