Skip to content

Commit f99dc38

Browse files
committed
Fix cargo fmt
1 parent d4f0ef3 commit f99dc38

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

crates/editor/src/editor.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14096,7 +14096,12 @@ impl Editor {
1409614096
}
1409714097
}
1409814098

14099-
pub fn reduce_selections(&mut self, _: &KeepNewestSelection, window: &mut Window, cx: &mut Context<Self>) {
14099+
pub fn reduce_selections(
14100+
&mut self,
14101+
_: &KeepNewestSelection,
14102+
window: &mut Window,
14103+
cx: &mut Context<Self>,
14104+
) {
1410014105
let newest = self.selections.newest::<usize>(cx);
1410114106
self.change_selections(Default::default(), window, cx, |s| s.select(vec![newest]));
1410214107
}

0 commit comments

Comments
 (0)