Skip to content

Commit d8f5a04

Browse files
committed
fmt
1 parent 3b22b24 commit d8f5a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ fn integration_test_rustc() {
250250
.arg("./x.py")
251251
.current_dir(&repo_dir)
252252
.env("RUST_BACKTRACE", "full")
253-
.args(["clippy", "-Wclippy::pedantic",/* "-Wclippy::cargo" */])
253+
.args(["clippy", "-Wclippy::pedantic" /* "-Wclippy::cargo" */])
254254
.output()
255255
.expect("unable to run x.py clippy");
256256

0 commit comments

Comments
 (0)