Skip to content

Commit

Permalink
Add newlines to the ends of files
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Aug 10, 2016
1 parent f98fe55 commit 7eb505d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ book/
*~
.idea
.DS_Store
target
target

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description = "The Rust Book"
[dependencies]
walkdir = "0.1.5"
docopt = "0.6.82"
rustc-serialize = "0.3.19"
rustc-serialize = "0.3.19"
2 changes: 1 addition & 1 deletion src/bin/lfp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ mod tests {

assert!(super::is_line_of_interest(sample_line));
}
}
}

0 comments on commit 7eb505d

Please sign in to comment.