mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 11:01:16 -03:00
make style-all time again
Recent changes have introduced some style deviations so clean them up.
This commit is contained in:
@@ -417,6 +417,4 @@ void signal_unblock() {
|
||||
}
|
||||
}
|
||||
|
||||
bool signal_is_blocked() {
|
||||
return static_cast<bool>(block_count);
|
||||
}
|
||||
bool signal_is_blocked() { return static_cast<bool>(block_count); }
|
||||
|
||||
Reference in New Issue
Block a user