Skip to content

Commit 17f2cae

Browse files
cmccandlessyawpitch
authored andcommitted
Remove extra blank line from README template (exercism#1885)
A blank line was added in exercism#1669 with the intent of keeping standard spacing in the template document. However, the addition of this line causes configlet to read every single exercise README as out-of-date. To avoid submitting pointless newlines to dozens of exercises, this PR removes the newline from the template, resyncing existing READMEs that have no other content changes.
1 parent d576ac6 commit 17f2cae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

config/exercise_readme.go.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{{- with .Hints }}
55
{{ . }}
66
{{ end }}
7-
87
## Exception messages
98

109
Sometimes it is necessary to raise an exception. When you do this, you should include a meaningful error message to

0 commit comments

Comments
 (0)