Fix compilation.
This commit is contained in:
parent
3e078f8c7e
commit
d232000c54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue