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