Skip to content

Commit b31bf74

Browse files
committed
cargo fmt
1 parent 0694f18 commit b31bf74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/ide_assists/src/handlers/reorder_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use syntax::{
88
ted, AstNode,
99
};
1010

11-
use crate::{AssistContext, AssistId, AssistKind, Assists, utils::get_methods};
11+
use crate::{utils::get_methods, AssistContext, AssistId, AssistKind, Assists};
1212

1313
// Assist: reorder_impl
1414
//

crates/ide_assists/src/handlers/sort_items.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,4 @@ struct Bar {
259259
"#,
260260
)
261261
}
262-
263262
}

0 commit comments

Comments
 (0)