summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/notes/stores/index.js')
-rw-r--r--app/assets/javascripts/notes/stores/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/notes/stores/index.js b/app/assets/javascripts/notes/stores/index.js
index f105b7d0d11..d41b02b4a4b 100644
--- a/app/assets/javascripts/notes/stores/index.js
+++ b/app/assets/javascripts/notes/stores/index.js
@@ -4,5 +4,4 @@ import notesModule from './modules';
Vue.use(Vuex);
-export default () =>
- new Vuex.Store(notesModule());
+export default () => new Vuex.Store(notesModule());