Minor formatting changes from prettier 2.0

This commit is contained in:
Adam Goldsmith 2020-03-22 00:46:10 -04:00
parent 2fd3a06a40
commit 4cf3b6c927

View File

@ -14,5 +14,5 @@ import Vue from 'vue';
import App from './App'; import App from './App';
let app = new Vue({ let app = new Vue({
render: h => h(App), render: (h) => h(App),
}).$mount('#app'); }).$mount('#app');