From fac4eda72cdc03ed21925899ca9825f40a87170b Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Fri, 10 Oct 2025 09:46:41 +0200 Subject: [PATCH] fix: formatting --- src/tui/mode/helix.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +};