1
0
Fork 0
mirror of https://git.sr.ht/~spicywolf/k2spice synced 2025-01-18 17:59:39 +00:00

run cargo fmt

This commit is contained in:
Ren Kararou 2023-11-14 11:51:59 -06:00
parent 63d31cac78
commit 2bbeb0c8e6
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@
use std::process::ExitCode; use std::process::ExitCode;
fn main() -> ExitCode { fn main() -> ExitCode {
return ExitCode::FAILURE; return ExitCode::FAILURE;
} }

View file

@ -28,7 +28,6 @@
use std::process::ExitCode; use std::process::ExitCode;
fn main() -> ExitCode { fn main() -> ExitCode {
return ExitCode::SUCCESS; return ExitCode::SUCCESS;
} }