From bd68e1be845b4c947fa9aa0dcd453d0428afcf18 Mon Sep 17 00:00:00 2001 From: ShaoWei Teo Date: Tue, 5 Nov 2019 19:53:25 +0800 Subject: [PATCH] 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 https://github.com/exercism/julia/issues/161. --- exercises/isbn-verifier/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/isbn-verifier/description.md b/exercises/isbn-verifier/description.md index d07fd942f8..d639f8eac1 100644 --- a/exercises/isbn-verifier/description.md +++ b/exercises/isbn-verifier/description.md @@ -37,4 +37,4 @@ Now, it's even trickier since the check digit of an ISBN-10 may be 'X' (represen * Generate a valid ISBN-13 from the input ISBN-10 (and maybe verify it again with a derived verifier). -* Generate valid ISBN, maybe even from a given starting ISBN. \ No newline at end of file +* Generate valid ISBN, maybe even from a given starting ISBN.