Skip to content

Commit e82f9b6

Browse files
committed
refactor: reorder imports in DownloadsBlock for improved organization
1 parent 1ea7564 commit e82f9b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/syntax/blocks/downloads_block.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ use crate::{
2626
},
2727

2828
syntax::{
29-
macro_handler::MacroHandler, vars::Vars,
29+
vars::Vars,
30+
macro_handler::MacroHandler,
3031
blocks::readme_block::ReadMeBlock,
3132
},
3233

0 commit comments

Comments
 (0)