matrix-sdk: Add missing newlines at the end of some files.

master
Damir Jelić 2020-05-12 14:55:44 +02:00 committed by stoically
parent 0bb1be94e2
commit e84a3e417c
4 changed files with 4 additions and 4 deletions

View File

@ -4,4 +4,4 @@ target
Cargo.lock Cargo.lock
*.swp *.swp
dist dist
package-lock.json package-lock.json

View File

@ -4,4 +4,4 @@ rust
.then(m => { .then(m => {
return m.run() return m.run()
}) })
.catch(console.error); .catch(console.error);

View File

@ -23,4 +23,4 @@ module.exports = {
}) })
], ],
mode: 'development' mode: 'development'
}; };

View File

@ -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'