diff --git a/GUI/.prettierrc.json b/GUI/.prettierrc.json index 29a2402..334a585 100644 --- a/GUI/.prettierrc.json +++ b/GUI/.prettierrc.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/prettierrc", - "semi": false, + "semi": true, "singleQuote": true, "printWidth": 100 } diff --git a/GUI/src/Layout.vue b/GUI/src/Layout.vue index f63f0ca..edafb16 100644 --- a/GUI/src/Layout.vue +++ b/GUI/src/Layout.vue @@ -1,4 +1,5 @@ - +