Fix compilation.

imgbot
Blaž Hrastnik 4 years ago
parent 3e078f8c7e
commit d232000c54

@ -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)
});

Loading…
Cancel
Save