Cargo fmt

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
alexis-opolka 2025-04-07 23:00:11 +02:00
parent 4ea5307c2d
commit 9c8e512d36

View file

@ -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")
}