Skip to content

Commit fb89fc9

Browse files
committed
code formated
1 parent 2e1614b commit fb89fc9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build_system/src/test.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -883,13 +883,9 @@ fn contains_ui_error_patterns(file_path: &Path, keep_lto_tests: bool) -> Result<
883883
has_pass_marker = true;
884884
}
885885

886-
if ["//@ ignore-auxiliary"]
887-
.iter()
888-
.any(|marker| line.contains(marker))
889-
{
886+
if ["//@ ignore-auxiliary"].iter().any(|marker| line.contains(marker)) {
890887
return Ok(false);
891888
}
892-
893889
}
894890
let file_path = file_path.display().to_string();
895891
if file_path.contains("ambiguous-4-extern.rs") {

0 commit comments

Comments
 (0)