Skip to content

Commit 91e065c

Browse files
committed
Run cargo fmt
1 parent a879d22 commit 91e065c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tools/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,8 @@ mod tests {
921921
configure_command(&mut cmd, &args, temp.path());
922922

923923
let output = cmd.output().expect("can run git");
924-
let lines: Vec<_> = output.stdout
924+
let lines: Vec<_> = output
925+
.stdout
925926
.to_str()
926927
.expect("valid UTF-8")
927928
.lines()

0 commit comments

Comments
 (0)