aboutsummaryrefslogtreecommitdiff
path: root/src/generator/html.rs
diff options
context:
space:
mode:
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;