diff --git a/src/tui/mode/helix.zig b/src/tui/mode/helix.zig index ad20003..f040585 100644 --- a/src/tui/mode/helix.zig +++ b/src/tui/mode/helix.zig @@ -603,4 +603,4 @@ pub const test_internal = struct { pub const move_cursor_long_word_right_end = private.move_cursor_long_word_right_end; pub const move_cursor_word_left_helix = private.move_cursor_word_left_helix; pub const move_cursor_word_right_end_helix = private.move_cursor_word_right_end_helix; -}; \ No newline at end of file +};