diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 11b60624f1..112d62a724 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -17,4 +17,4 @@ wasm-bindgen = "0.2" [profile.release] -opt-level = "s" \ No newline at end of file +opt-level = "s" diff --git a/wasm/app/bootstrap.js b/wasm/app/bootstrap.js index 726fd1b621..7934d627e8 100644 --- a/wasm/app/bootstrap.js +++ b/wasm/app/bootstrap.js @@ -2,4 +2,4 @@ // asynchronously. This `bootstrap.js` file does the single async import, so // that no one else needs to worry about it again. import("./index.js") - .catch(e => console.error("Error importing `index.js`:", e)); \ No newline at end of file + .catch(e => console.error("Error importing `index.js`:", e)); diff --git a/wasm/app/index.html b/wasm/app/index.html index 786497a22e..00f0d24078 100644 --- a/wasm/app/index.html +++ b/wasm/app/index.html @@ -7,4 +7,4 @@
-