From 9d38906f95cd197ec2e5367d1974f11db7df7be5 Mon Sep 17 00:00:00 2001 From: smthbh Date: Sat, 21 Jun 2025 16:30:35 -0400 Subject: [PATCH] update spaces to tabs --- src/armory/Config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/armory/Config.ts b/src/armory/Config.ts index dbf84d2..4b25390 100644 --- a/src/armory/Config.ts +++ b/src/armory/Config.ts @@ -24,9 +24,9 @@ export interface IIframeModeConfig { } export interface IFeatureFlags { - enableQuestsPage: boolean; - enableReputationPage: boolean; - enableSkillsPage: boolean; + enableQuestsPage: boolean; + enableReputationPage: boolean; + enableSkillsPage: boolean; } export class Config {