Skip to content

Commit 332cc8e

Browse files
committed
fix lint error
1 parent 5a830c7 commit 332cc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helix-term/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ use helix_view::{
4343
info::Info,
4444
input::KeyEvent,
4545
keyboard::KeyCode,
46-
tree::{self, Dimension, Resize},
4746
theme::Style,
47+
tree::{self, Dimension, Resize},
4848
view::View,
4949
Document, DocumentId, Editor, ViewId,
5050
};

0 commit comments

Comments
 (0)