mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 01:03:26 +08:00
Fix indentation
This commit is contained in:
parent
58f4182880
commit
8345fc2b9e
@ -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…
x
Reference in New Issue
Block a user