refactor: run zig fmt
This commit is contained in:
parent
9fba9eba3c
commit
d08737c0fe
2 changed files with 1 additions and 2 deletions
|
@ -37,7 +37,7 @@ pub fn load_entries(palette: *Type) !usize {
|
||||||
if (previous_theme) |theme_name| if (std.mem.eql(u8, theme.name, theme_name)) {
|
if (previous_theme) |theme_name| if (std.mem.eql(u8, theme.name, theme_name)) {
|
||||||
palette.initial_selected = idx;
|
palette.initial_selected = idx;
|
||||||
};
|
};
|
||||||
longest_hint = @max(longest_hint, theme.name.len);
|
longest_hint = @max(longest_hint, theme.name.len);
|
||||||
}
|
}
|
||||||
return longest_hint;
|
return longest_hint;
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,5 +111,4 @@ const cmds_ = struct {
|
||||||
//self.clamp();
|
//self.clamp();
|
||||||
}
|
}
|
||||||
pub const delete_line_meta = .{ .description = "Delete the current line without copying" };
|
pub const delete_line_meta = .{ .description = "Delete the current line without copying" };
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue