From fc56b3823aa682334ef96f4e7147492fe72daeb9 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Wed, 28 Sep 2022 02:25:15 +0200 Subject: [PATCH] style: cleanup code formatting --- src/views/GeneralView.vue | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/views/GeneralView.vue b/src/views/GeneralView.vue index 1c404b7..01a5409 100644 --- a/src/views/GeneralView.vue +++ b/src/views/GeneralView.vue @@ -44,8 +44,8 @@ const data = [ const sexHeads = ["Key", "Value"]; const sexData = [ ["Sexuality", "Gay"], - ["Preferred position", "Bottom"] -] + ["Preferred position", "Bottom"], +];