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 @@ pub fn move_selection(
// 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)
});