summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-09-14 16:00:12 -0400
committerGitHub <noreply@github.com>2018-09-14 16:00:12 -0400
commited190e10ee85d30adebd6dec47e153984e529691 (patch)
tree3ceb1f55f6724d77892c296839626c015e8666ba
parent5b34404fef2ab68de3c60b8e6ebe82000e549927 (diff)
parentf7ecd2cad6c78a7a1ea65593dd87ced244448166 (diff)
Merge pull request #12 from plxel/patch-1
fix missing curly brace
-rw-r--r--sick-fits/frontend/.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/sick-fits/frontend/.vscode/settings.json b/sick-fits/frontend/.vscode/settings.json
index 2fd8efc..68d36d3 100644
--- a/sick-fits/frontend/.vscode/settings.json
+++ b/sick-fits/frontend/.vscode/settings.json
@@ -5,3 +5,4 @@
"titleBar.activeBackground": "#FFC600",
"titleBar.inactiveBackground": "#FFC600CC"
}
+}