matrix-sdk: Add missing newlines at the end of some files.
parent
0bb1be94e2
commit
e84a3e417c
|
@ -4,4 +4,4 @@ target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
*.swp
|
*.swp
|
||||||
dist
|
dist
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
|
@ -4,4 +4,4 @@ rust
|
||||||
.then(m => {
|
.then(m => {
|
||||||
return m.run()
|
return m.run()
|
||||||
})
|
})
|
||||||
.catch(console.error);
|
.catch(console.error);
|
||||||
|
|
|
@ -23,4 +23,4 @@ module.exports = {
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
mode: 'development'
|
mode: 'development'
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# required because of https://github.com/rustwasm/wasm-pack/issues/698
|
# required because of https://github.com/rustwasm/wasm-pack/issues/698
|
||||||
[target.wasm32-unknown-unknown]
|
[target.wasm32-unknown-unknown]
|
||||||
runner = 'wasm-bindgen-test-runner'
|
runner = 'wasm-bindgen-test-runner'
|
||||||
|
|
Loading…
Reference in New Issue