From 36f3e50e73c4fd3a34d2d8ba590f3f69a98c3926 Mon Sep 17 00:00:00 2001 From: r59q Date: Tue, 15 Oct 2024 20:26:46 +0200 Subject: [PATCH] Prettier --- src/__viteBuildVariants__/ml-machine/features.json | 2 +- src/__viteBuildVariants__/unbranded/features.json | 2 +- src/script/FeatureToggles.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/__viteBuildVariants__/ml-machine/features.json b/src/__viteBuildVariants__/ml-machine/features.json index c0e167c5e..e1b63abfb 100644 --- a/src/__viteBuildVariants__/ml-machine/features.json +++ b/src/__viteBuildVariants__/ml-machine/features.json @@ -4,4 +4,4 @@ "lossGraph": true, "makecode": true, "liveGraphInputValues": true -} \ No newline at end of file +} diff --git a/src/__viteBuildVariants__/unbranded/features.json b/src/__viteBuildVariants__/unbranded/features.json index 9644f0dea..b61cc17a0 100644 --- a/src/__viteBuildVariants__/unbranded/features.json +++ b/src/__viteBuildVariants__/unbranded/features.json @@ -4,4 +4,4 @@ "lossGraph": true, "makecode": true, "liveGraphInputValues": true -} \ No newline at end of file +} diff --git a/src/script/FeatureToggles.ts b/src/script/FeatureToggles.ts index fa10c4e20..7154a8cde 100644 --- a/src/script/FeatureToggles.ts +++ b/src/script/FeatureToggles.ts @@ -12,7 +12,7 @@ export enum Feature { TITLE = 'title', LOSS_GRAPH = 'lossGraph', MAKECODE = 'makecode', - LIVE_GRAPH_INPUT_VALUES = 'liveGraphInputValues' + LIVE_GRAPH_INPUT_VALUES = 'liveGraphInputValues', } export const hasFeature = (feature: Feature): boolean => {