aboutsummaryrefslogtreecommitdiff
path: root/tests/convert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/convert.rs')
-rw-r--r--tests/convert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/convert.rs b/tests/convert.rs
index afff5bc..84d605e 100644
--- a/tests/convert.rs
+++ b/tests/convert.rs
@@ -19,7 +19,7 @@
#[cfg(test)]
mod test {
use germ::{
- convert::{from_string, Target},
+ convert::{Target, from_string},
gemini_to_html, gemini_to_md,
};