refactor: use exaustive enum for whitespace

This commit is contained in:
CJ van den Berg 2025-11-26 16:40:08 +01:00
parent 2ca1a742a1
commit e134cfc949
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -1585,7 +1585,7 @@ pub const Editor = struct {
else => "#",
};
},
else => {},
.none => {},
}
if (tab_error) {
cell.set_style_fg(theme.editor_error);