aboutsummaryrefslogtreecommitdiff
path: root/src/generator/html.rs
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-03-06 22:17:49 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-03-06 22:17:49 +0100
commit7761f8b4814b86bb23fb3d1b8498b147bd1313e9 (patch)
tree3c368df93d2acaee748a59e5cfacb03ae6ee637a /src/generator/html.rs
parenta9e0a8829a0b83cc44e1b24a8ae5df762adf0f76 (diff)
Formatting
Diffstat (limited to 'src/generator/html.rs')
-rw-r--r--src/generator/html.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator/html.rs b/src/generator/html.rs
index 7af4c73..ade3eee 100644
--- a/src/generator/html.rs
+++ b/src/generator/html.rs
@@ -1,4 +1,4 @@
-use crate::template::{find, parse, Context};
+use crate::template::{Context, find, parse};
use std::fs::write;
use std::io::{Error, ErrorKind::Other, Result};
use std::path::Path;