refactor: run zig fmt

This commit is contained in:
CJ van den Berg 2025-02-22 21:25:36 +01:00
parent a288945609
commit 6ffa2a8991
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 2 additions and 2 deletions

View file

@ -572,7 +572,7 @@ const cmds = struct {
pub fn gutter_mode_next(self: *Self, _: Ctx) Result {
const config = tui.config_mut();
const mode: ?@import("config").LineNumberMode = if (config.gutter_line_numbers_mode) |mode| switch(mode) {
const mode: ?@import("config").LineNumberMode = if (config.gutter_line_numbers_mode) |mode| switch (mode) {
.absolute => .relative,
.relative => .none,
.none => null,