mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Cargo fmt
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
4ea5307c2d
commit
9c8e512d36
1 changed files with 1 additions and 2 deletions
|
|
@ -225,8 +225,7 @@ impl<'a> Parser<'a> {
|
|||
|
||||
let write_fn = self.write_fn;
|
||||
|
||||
self
|
||||
.writer
|
||||
self.writer
|
||||
.write_all(write_fn(item).as_bytes())
|
||||
.context("Failed to write command to finder's stdin")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue