mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-18 17:11:15 -03:00
Formatting and style updates
This commit is contained in:
@@ -214,7 +214,7 @@ wcstring builtin_help_get(parser_t &parser, const wchar_t *name)
|
||||
/* This won't ever work if no_exec is set */
|
||||
if (no_exec)
|
||||
return wcstring();
|
||||
|
||||
|
||||
wcstring_list_t lst;
|
||||
wcstring out;
|
||||
const wcstring name_esc = escape_string(name, 1);
|
||||
|
||||
Reference in New Issue
Block a user