diff options
| author | Fuwn <[email protected]> | 2025-05-27 16:16:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-27 16:16:35 +0000 |
| commit | 884aa53553e4a811dc269d60fd6fc59e837390d3 (patch) | |
| tree | 53718aa956dd7623465a9dd2fa142d024d4f9726 /tests/convert.rs | |
| parent | ci(ga): bump rustc (diff) | |
| download | germ-884aa53553e4a811dc269d60fd6fc59e837390d3.tar.xz germ-884aa53553e4a811dc269d60fd6fc59e837390d3.zip | |
refactor: Use latest best practices and formatting
Diffstat (limited to 'tests/convert.rs')
| -rw-r--r-- | tests/convert.rs | 2 |
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, }; |