Skip to content

Commit

Permalink
Add newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaestner committed Oct 7, 2015
1 parent a72374a commit 6b65397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rules/0100-Writing-a-kata.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ main =
```

So before you dive into the next section, make sure that you have at least
a rough overview of the capabilities of your language's testing framework.
a rough overview of the capabilities of your language's testing framework.
2 changes: 1 addition & 1 deletion rules/0240-Haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ main = hspec $ do

describe "functionName2" $ do
-- ... similar to above
```
```
2 changes: 1 addition & 1 deletion rules/0250-Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ arguments, but they __will__ confuse anyone who fails them. By the way, CSharp
uses the same convention. This isn't surprising, since its testing framework
NUnit was inspired by JUnit.

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

0 comments on commit 6b65397

Please sign in to comment.