Remove extra blank line from README template (#1885)
A blank line was added in #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.
This commit is contained in:
committed by
Michael Morehouse
parent
d576ac6ca1
commit
17f2cae986
@@ -4,7 +4,6 @@
|
|||||||
{{- with .Hints }}
|
{{- with .Hints }}
|
||||||
{{ . }}
|
{{ . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
## Exception messages
|
## Exception messages
|
||||||
|
|
||||||
Sometimes it is necessary to raise an exception. When you do this, you should include a meaningful error message to
|
Sometimes it is necessary to raise an exception. When you do this, you should include a meaningful error message to
|
||||||
|
|||||||
Reference in New Issue
Block a user