Autoformat

This commit is contained in:
Antoine Gersant 2019-09-02 13:12:48 -07:00
parent 7cf5f7db09
commit d2cc868a0a

6
.vscode/tasks.json vendored
View file

@ -4,7 +4,6 @@
"reveal": "always"
},
"tasks": [
// Run test environment
{
"label": "Run",
"options": {
@ -20,9 +19,9 @@
"test/db.sqlite",
"-w",
"../polaris-web"
]
],
"problemMatcher": []
},
// Run unit tests
{
"group": "test",
"label": "Test",
@ -34,7 +33,6 @@
"test"
]
},
// Compile
{
"label": "Compile",
"options": {