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:
parent
63d31cac78
commit
2bbeb0c8e6
|
@ -27,7 +27,6 @@
|
|||
|
||||
use std::process::ExitCode;
|
||||
|
||||
|
||||
fn main() -> ExitCode {
|
||||
return ExitCode::FAILURE;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
use std::process::ExitCode;
|
||||
|
||||
|
||||
fn main() -> ExitCode {
|
||||
return ExitCode::SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue