cargo fmt

This commit is contained in:
Elnu 2023-08-22 16:50:05 -07:00
parent bdd378cc5f
commit f5ab2ba353

View file

@ -23,9 +23,6 @@ fn main() -> Result<()> {
path.set_extension("svg");
path
});
dyesub::render_file(
&args.input,
&output,
)?;
dyesub::render_file(&args.input, &output)?;
Ok(())
}