generated from ElnuDev/rust-project
cargo fmt
This commit is contained in:
parent
bdd378cc5f
commit
f5ab2ba353
1 changed files with 1 additions and 4 deletions
|
@ -23,9 +23,6 @@ fn main() -> Result<()> {
|
||||||
path.set_extension("svg");
|
path.set_extension("svg");
|
||||||
path
|
path
|
||||||
});
|
});
|
||||||
dyesub::render_file(
|
dyesub::render_file(&args.input, &output)?;
|
||||||
&args.input,
|
|
||||||
&output,
|
|
||||||
)?;
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue