Skip to content

Commit 71df117

Browse files
authored
Cargo fmt
1 parent fa64a9d commit 71df117

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/command_helpers.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,10 @@ pub(crate) fn run(cmd: &mut Command, cargo_output: &CargoOutput) -> Result<(), E
348348
wait_on_child(cmd, &mut child, cargo_output)
349349
}
350350

351-
pub(crate) fn spawn_and_wait_for_output(cmd: &mut Command, cargo_output: &CargoOutput) -> Result<Output, Error> {
351+
pub(crate) fn spawn_and_wait_for_output(
352+
cmd: &mut Command,
353+
cargo_output: &CargoOutput,
354+
) -> Result<Output, Error> {
352355
// We specifically need the output to be captured, so override default
353356
let mut captured_cargo_output = cargo_output.clone();
354357
captured_cargo_output.output = OutputKind::Capture;

0 commit comments

Comments
 (0)