mirror of
https://git.sr.ht/~spicywolf/k2spice
synced 2025-01-18 09:49:38 +00:00
run clippy
This commit is contained in:
parent
6a8f7dce84
commit
a8bbbf06a4
|
@ -28,5 +28,5 @@
|
|||
use std::process::ExitCode;
|
||||
|
||||
fn main() -> ExitCode {
|
||||
return ExitCode::FAILURE;
|
||||
ExitCode::FAILURE
|
||||
}
|
||||
|
|
|
@ -29,5 +29,5 @@
|
|||
use std::process::ExitCode;
|
||||
|
||||
fn main() -> ExitCode {
|
||||
return ExitCode::SUCCESS;
|
||||
ExitCode::SUCCESS
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue