One more rustfmt run!

master
Ian McIntyre 7 years ago committed by Ashley Williams
parent 8eb01dd4a3
commit e4d7048c10
  1. 1
      tests/manifest/main.rs

@ -86,7 +86,6 @@ fn it_creates_a_package_json_provided_path() {
assert_eq!(pkg.name, "js-hello-world");
assert_eq!(pkg.main, "js_hello_world.js");
let actual_files: HashSet<String> = pkg.files.into_iter().collect();
let expected_files: HashSet<String> = [
"js_hello_world_bg.wasm",

Loading…
Cancel
Save