Skip to content

Commit bd68e1b

Browse files
Teo-ShaoWeiyawpitch
authored andcommitted
isbin-verifier: add EOF newline (#1616)
This fix the issue that `configlet generate .` is not idempotent as the track's README might manually adjust for the newline instead. This is something I came across while working on exercism/julia#161.
1 parent c41a2f0 commit bd68e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/isbn-verifier/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Now, it's even trickier since the check digit of an ISBN-10 may be 'X' (represen
3737

3838
* Generate a valid ISBN-13 from the input ISBN-10 (and maybe verify it again with a derived verifier).
3939

40-
* Generate valid ISBN, maybe even from a given starting ISBN.
40+
* Generate valid ISBN, maybe even from a given starting ISBN.

0 commit comments

Comments
 (0)