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); } } -