Fix compilation.

pull/1/head
Blaž Hrastnik 2020-06-02 10:32:21 +09:00
parent 3e078f8c7e
commit d232000c54
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ impl State {
// range.to() // range.to()
// } // }
// } else { // } 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) SelectionRange::new(pos, pos)
}); });