Skip to content

Commit

Permalink
Newlines at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
ryze312 committed Feb 13, 2023
1 parent 7293787 commit ab554ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/target
/Cargo.lock
/Cargo.lock
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ serde_json = "1.0.93"
[profile.release-full]
inherits = "release"
strip = "symbols"
lto = "fat"
lto = "fat"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ All issues and pull requests are welcome! Feel free to open an issue if you've g
<br/>
GNU GPL © Ryze 2023
</strong></sub>
</p>
</p>
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ fn main() {
process::exit(-1);
}
}

0 comments on commit ab554ea

Please sign in to comment.