Add newlines to the ends of files

This commit is contained in:
Carol (Nichols || Goulding) 2016-08-10 19:14:25 -04:00
parent f98fe55965
commit 7eb505d7a0
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@ book/
*~ *~
.idea .idea
.DS_Store .DS_Store
target target

View File

@ -7,4 +7,4 @@ description = "The Rust Book"
[dependencies] [dependencies]
walkdir = "0.1.5" walkdir = "0.1.5"
docopt = "0.6.82" docopt = "0.6.82"
rustc-serialize = "0.3.19" rustc-serialize = "0.3.19"

View File

@ -242,4 +242,4 @@ mod tests {
assert!(super::is_line_of_interest(sample_line)); assert!(super::is_line_of_interest(sample_line));
} }
} }