aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-05-29 20:21:44 +0200
committerHampusM <hampus@hampusmat.com>2021-05-29 20:21:44 +0200
commit6edf567693ab885bcbab0a894001e1bcbca939c1 (patch)
treea6e082d84c9f36a84bdb15b7c1f9f39895b98c3a /src/frontend
parent7216f9cc82ccfc72d66bff0e8cbb336cf95d646d (diff)
Added missing semicolons and deleted trailing commas
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/views/RepositoryLog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/views/RepositoryLog.vue b/src/frontend/views/RepositoryLog.vue
index d9d1696..3adb6c2 100644
--- a/src/frontend/views/RepositoryLog.vue
+++ b/src/frontend/views/RepositoryLog.vue
@@ -87,5 +87,5 @@ export default {
... toRefs(state)
};
}
-}
+};
</script> \ No newline at end of file