generated from ElnuDev/rust-project
cargo fmt
This commit is contained in:
parent
79813a2549
commit
9acd05fb14
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ use svg::*;
|
|||
|
||||
use askama::Template;
|
||||
use derive_more::From;
|
||||
use std::{fs::OpenOptions, io::Write};
|
||||
use lazy_static::lazy_static;
|
||||
use std::{fs::OpenOptions, io::Write};
|
||||
|
||||
#[derive(Template)]
|
||||
#[template(path = "document.xml")]
|
||||
|
@ -50,4 +50,4 @@ fn main() -> Result<(), Error> {
|
|||
};
|
||||
write!(file, "{}", document.render()?)?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue