Skip to content

Commit e8f74a2

Browse files
cargo fmt
1 parent 88d5b68 commit e8f74a2

File tree

1 file changed

+0
-1
lines changed
  • crates/cli/src/bin/wasm-bindgen-test-runner

1 file changed

+0
-1
lines changed

crates/cli/src/bin/wasm-bindgen-test-runner/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ fn coverage_args(tmpdir: &Path) -> Option<PathBuf> {
264264
.map(|s| s.to_str().unwrap().to_string())
265265
.unwrap_or_default();
266266

267-
268267
match env::var_os("WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_OUT") {
269268
Some(s) => {
270269
let mut buf = PathBuf::from(s);

0 commit comments

Comments
 (0)