Newlines at the end

This commit is contained in:
Ryze 2023-02-13 21:34:10 +03:00
parent 72937872cd
commit ab554ead23
Signed by: ryze
GPG key ID: 9B296C5CEAEAAAC1
4 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
/target
/Cargo.lock
/Cargo.lock

View file

@ -10,4 +10,4 @@ serde_json = "1.0.93"
[profile.release-full]
inherits = "release"
strip = "symbols"
lto = "fat"
lto = "fat"

View file

@ -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>

View file

@ -24,4 +24,3 @@ fn main() {
process::exit(-1);
}
}