mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 21:21:15 -03:00
time for another make style-all
Gotta keep the entropy (i.e., disorder) from increasing.
This commit is contained in:
@@ -124,7 +124,6 @@ const wchar_t *token_type_description(parse_token_type_t type) {
|
||||
const wchar_t *description = enum_to_str(type, token_enum_map);
|
||||
if (description) return description;
|
||||
return L"unknown_token_type";
|
||||
|
||||
}
|
||||
|
||||
const wchar_t *keyword_description(parse_keyword_t type) {
|
||||
|
||||
Reference in New Issue
Block a user