Skip to content

Commit 9dc70a3

Browse files
committed
Rustfmt lint
1 parent e04099e commit 9dc70a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/testsuite/check.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,10 @@ fn rustc_check() {
337337
foo.cargo("rustc --profile check -- --emit=metadata").run();
338338

339339
// Verify compatible usage of --profile with --release, issue #7488
340-
foo.cargo("rustc --profile check --release -- --emit=metadata").run();
341-
foo.cargo("rustc --profile test --release -- --emit=metadata").run();
340+
foo.cargo("rustc --profile check --release -- --emit=metadata")
341+
.run();
342+
foo.cargo("rustc --profile test --release -- --emit=metadata")
343+
.run();
342344
}
343345

344346
#[cargo_test]

0 commit comments

Comments
 (0)