Skip to content

Commit cf81c36

Browse files
committed
style: fmt
1 parent 45877d1 commit cf81c36

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

crates/meili/src/commit_commands.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ pub struct NodeTypeSelectConfirmCommand {
103103

104104
impl NodeTypeSelectConfirmCommand {
105105
pub fn new(digit: u8) -> Self {
106-
Self {
107-
digit,
108-
inner: None,
109-
}
106+
Self { digit, inner: None }
110107
}
111108
}
112109

crates/meili/src/plugins/pick_link_event.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ pub struct PickNodeTypeForPendingLink {
1313
pub source_port: PortId,
1414
pub end_world: Point<Pixels>,
1515
}
16-

crates/meili/src/shell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ use gpui_component::select::{SearchableVec, Select, SelectEvent, SelectItem, Sel
1818
use gpui_component::{Root, Sizable as _, h_flex, v_flex};
1919

2020
use crate::add_node_dialog;
21-
use crate::pick_state;
2221
use crate::commit_commands::{AddNodeConfirmCommand, NodeTypeSelectConfirmCommand};
22+
use crate::pick_state;
2323

2424
#[derive(Clone)]
2525
struct NodePickItem {

0 commit comments

Comments
 (0)