From fecea5d7a74f97d41c50734349c80062ce2e9cb6 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Tue, 21 Dec 2021 07:06:13 +0200 Subject: zig fmt --- src/key_state.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/key_state.zig') diff --git a/src/key_state.zig b/src/key_state.zig index 19177cf..49adbf8 100644 --- a/src/key_state.zig +++ b/src/key_state.zig @@ -16,7 +16,7 @@ pub const Error = error{ std.fs.File.ReadError || std.fs.File.WriteError || std.os.SchedYieldError; -pub const KeyState = fn(*Editor, *Buffer, Key) Error!void; +pub const KeyState = fn (*Editor, *Buffer, Key) Error!void; pub fn mgState(editor: *Editor, buf: *Buffer, key: Key) Error!void { editor.current_state = defaultState; -- cgit v1.2.3