small formatting issue

This commit is contained in:
Emma Tebibyte 2023-04-11 17:06:11 -04:00
parent 045b9eed99
commit e06d61317f
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ impl State {
self.move_cursor(Direction::Left);
self.mode = Mode::Normal;
}
_ => self.on_insert_event(event),
_ => self.on_insert_event(event),
},
_ => {}
}