aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-core/src/state.rs')
-rw-r--r--helix-core/src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs
index 682d298a..1ffd708e 100644
--- a/helix-core/src/state.rs
+++ b/helix-core/src/state.rs
@@ -92,7 +92,7 @@ impl State {
// range.to()
// }
// } else {
- let pos = self.move_pos(range.head, dir, granularity, 1)
+ let pos = self.move_pos(range.head, dir, granularity, 1);
// };
SelectionRange::new(pos, pos)
});