From ab554ead23d73ed56764dee9d73e7ba57bf60c01 Mon Sep 17 00:00:00 2001 From: Ryze Date: Mon, 13 Feb 2023 21:34:10 +0300 Subject: [PATCH] Newlines at the end --- .gitignore | 2 +- Cargo.toml | 2 +- README.md | 2 +- src/main.rs | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2ebc5ea..4fffb2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /target -/Cargo.lock \ No newline at end of file +/Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index 447ee44..4f550f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ serde_json = "1.0.93" [profile.release-full] inherits = "release" strip = "symbols" -lto = "fat" \ No newline at end of file +lto = "fat" diff --git a/README.md b/README.md index c367e76..e739f65 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ All issues and pull requests are welcome! Feel free to open an issue if you've g
GNU GPL © Ryze 2023 -

\ No newline at end of file +

diff --git a/src/main.rs b/src/main.rs index 763e1e7..4c6c716 100644 --- a/src/main.rs +++ b/src/main.rs @@ -24,4 +24,3 @@ fn main() { process::exit(-1); } } -