mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 12:01:16 -03:00
make style-all C++ style cleanup
It's time once again to run `make style-all` to fix some style bogosities that have crept in.
This commit is contained in:
@@ -1572,7 +1572,6 @@ static wrapper_map_t &wrap_map() {
|
||||
return *wrapper_map;
|
||||
}
|
||||
|
||||
|
||||
/// Add a new target that is wrapped by command. Example: __fish_sgrep (command) wraps grep
|
||||
/// (target).
|
||||
bool complete_add_wrapper(const wcstring &command, const wcstring &new_target) {
|
||||
|
||||
Reference in New Issue
Block a user