Fix compilation.

This commit is contained in:
Blaž Hrastnik 2020-06-02 10:32:21 +09:00
parent 3e078f8c7e
commit d232000c54

View file

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