mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 22:21:14 -03:00
style cleanups
Time for another `make style-all`.
This commit is contained in:
@@ -440,9 +440,7 @@ const wchar_t *parser_t::is_function() const {
|
||||
return result;
|
||||
}
|
||||
|
||||
const wchar_t *parser_t::get_function_name() {
|
||||
return this->is_function();
|
||||
}
|
||||
const wchar_t *parser_t::get_function_name() { return this->is_function(); }
|
||||
|
||||
int parser_t::get_lineno() const {
|
||||
int lineno = -1;
|
||||
|
||||
Reference in New Issue
Block a user