mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Fix indentation
This commit is contained in:
parent
58f4182880
commit
8345fc2b9e
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ static int builtin_jobs(parser_t &parser, wchar_t **argv)
|
|||
append_format(stdout_buffer,
|
||||
_(L"%ls: There are no jobs\n"),
|
||||
argv[0]);
|
||||
return 1;
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue