Skip to content

Commit 2351cc4

Browse files
claudebranchseer
authored andcommitted
style: appease rustfmt on linux-gnu match arm
1 parent 8e94bda commit 2351cc4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • crates/vite_task_bin/tests/e2e_snapshots

crates/vite_task_bin/tests/e2e_snapshots/main.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,7 @@ fn main() {
538538
// seccomp-unotify and strips LD_PRELOAD from
539539
// spawned children, which breaks fixtures that
540540
// depend on interposer ordering.
541-
"linux-gnu" => {
542-
cfg!(target_os = "linux") && !cfg!(target_env = "musl")
543-
}
541+
"linux-gnu" => cfg!(target_os = "linux") && !cfg!(target_env = "musl"),
544542
other => panic!("Unknown platform '{}' in test '{}'", other, e2e.name),
545543
};
546544
if !should_run {

0 commit comments

Comments
 (0)