Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-28 11:54:10 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-28 11:54:10 +0300
commit0619bac6fd272b351cfd6bb525444bb971a36b85 (patch)
tree3005ad2d582470872a564934571d10455fb85224 /src/main.js
parent9e98491d07d998a657501e7b79fbb027538ea778 (diff)
Auto fix linting issues
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 0a25a6021..dd0f619ea 100644
--- a/src/main.js
+++ b/src/main.js
@@ -55,5 +55,5 @@ export default new Vue({
el: '#content',
store,
router,
- render: h => h(App)
+ render: h => h(App),
})