refactor: use exaustive enum for whitespace
This commit is contained in:
parent
2ca1a742a1
commit
e134cfc949
1 changed files with 1 additions and 1 deletions
|
|
@ -1585,7 +1585,7 @@ pub const Editor = struct {
|
|||
else => "#",
|
||||
};
|
||||
},
|
||||
else => {},
|
||||
.none => {},
|
||||
}
|
||||
if (tab_error) {
|
||||
cell.set_style_fg(theme.editor_error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue