mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-03 16:48:45 +00:00
Refactor: make function static and reformat
"IndentCaseLabels: false" seems nice but not now.
This commit is contained in:
parent
383f1d1a19
commit
ca538fa8d8
1 changed files with 13 additions and 13 deletions
|
@ -1666,7 +1666,7 @@ static void append_switch(wcstring &out, const wcstring &opt) {
|
|||
append_format(out, L" --%ls", opt.c_str());
|
||||
}
|
||||
|
||||
wcstring completion2string(const complete_entry_opt_t &o, wcstring cmd, bool is_path) {
|
||||
static wcstring completion2string(const complete_entry_opt_t &o, wcstring cmd, bool is_path) {
|
||||
wcstring out;
|
||||
out.append(L"complete");
|
||||
|
||||
|
|
Loading…
Reference in a new issue