Skip to content

Commit 995cbfb

Browse files
author
duncan
committed
trim whitespace
1 parent 5bd767b commit 995cbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/test_runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl CargoTestHandle {
106106
for extra_arg in options.extra_test_bin_args {
107107
cmd.arg(extra_arg);
108108
}
109-
109+
110110
Ok(Self { _handle: CommandHandle::spawn(cmd, sender)? })
111111
}
112112
}

0 commit comments

Comments
 (0)