mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
clippy moment
This commit is contained in:
parent
a91c76c147
commit
e5b1737caf
@ -46,7 +46,7 @@ fn generate_swift_api_code() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
// Generate the API code using the existing binary
|
||||
let output = std::process::Command::new("cargo")
|
||||
.args(&["run", "--bin", "generate_swift_types", "--quiet"])
|
||||
.args(["run", "--bin", "generate_swift_types", "--quiet"])
|
||||
.output()?;
|
||||
|
||||
if !output.status.success() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user