Skip to content

Commit 6b65397

Browse files
committed
Add newlines at end of files
1 parent a72374a commit 6b65397

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rules/0100-Writing-a-kata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ main =
245245
```
246246

247247
So before you dive into the next section, make sure that you have at least
248-
a rough overview of the capabilities of your language's testing framework.
248+
a rough overview of the capabilities of your language's testing framework.

rules/0240-Haskell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ main = hspec $ do
166166

167167
describe "functionName2" $ do
168168
-- ... similar to above
169-
```
169+
```

rules/0250-Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ arguments, but they __will__ confuse anyone who fails them. By the way, CSharp
4848
uses the same convention. This isn't surprising, since its testing framework
4949
NUnit was inspired by JUnit.
5050

51-
[assert-java]: http://junit.org/javadoc/latest/org/junit/Assert.html
51+
[assert-java]: http://junit.org/javadoc/latest/org/junit/Assert.html

0 commit comments

Comments
 (0)