mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
format
This commit is contained in:
parent
652996124d
commit
32d23a37cb
1 changed files with 1 additions and 2 deletions
|
@ -496,8 +496,7 @@ impl Inputter {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn function_pop_arg(&mut self) -> Option<char> {
|
pub fn function_pop_arg(&mut self) -> Option<char> {
|
||||||
self.input_function_args
|
self.input_function_args.pop()
|
||||||
.pop()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn function_push_args(&mut self, code: ReadlineCmd) {
|
fn function_push_args(&mut self, code: ReadlineCmd) {
|
||||||
|
|
Loading…
Reference in a new issue