Newlines at the end
This commit is contained in:
parent
72937872cd
commit
ab554ead23
4 changed files with 3 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
/target
|
/target
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
|
|
|
@ -10,4 +10,4 @@ serde_json = "1.0.93"
|
||||||
[profile.release-full]
|
[profile.release-full]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
strip = "symbols"
|
strip = "symbols"
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
|
|
|
@ -22,4 +22,4 @@ All issues and pull requests are welcome! Feel free to open an issue if you've g
|
||||||
<br/>
|
<br/>
|
||||||
GNU GPL © Ryze 2023
|
GNU GPL © Ryze 2023
|
||||||
</strong></sub>
|
</strong></sub>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -24,4 +24,3 @@ fn main() {
|
||||||
process::exit(-1);
|
process::exit(-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue