Skip to content

Commit 1faa42f

Browse files
committed
Rustfmt
1 parent 1810d2a commit 1faa42f

File tree

1 file changed

+2
-3
lines changed
  • tests/difftests/tests/arch/workgroup_memory/workgroup_memory-ash/src

1 file changed

+2
-3
lines changed

tests/difftests/tests/arch/workgroup_memory/workgroup_memory-ash/src/main.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ fn main() {
88
#[cfg(target_os = "macos")]
99
{
1010
use difftest::scaffold::Skip;
11-
12-
let skip =
13-
Skip::new("Ash tests are skipped on macOS due to MoltenVK configuration issues");
11+
12+
let skip = Skip::new("Ash tests are skipped on macOS due to MoltenVK configuration issues");
1413
skip.run_test(&config).unwrap();
1514
return;
1615
}

0 commit comments

Comments
 (0)