From 424f29a82b0f8c1893bbeec2c7927af48bf348b0 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 4 Apr 2024 18:02:23 -0500 Subject: [PATCH] fix(lint): curly space --- website/common/script/content/appearance/hair/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/appearance/hair/base.js b/website/common/script/content/appearance/hair/base.js index 9782d0b987..13e76b2be2 100644 --- a/website/common/script/content/appearance/hair/base.js +++ b/website/common/script/content/appearance/hair/base.js @@ -4,7 +4,7 @@ import t from '../../translation'; export default prefill({ 0: {}, - 1: { text: t('ponytail')}, + 1: { text: t('ponytail') }, 2: { text: t('doublePonytail'), price: 2, set: sets.baseHair1 }, 3: { text: t('braid') }, 4: { text: t('doubleBraid'), price: 2, set: sets.baseHair1 },