Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
r59q committed Oct 15, 2024
1 parent ca96c81 commit 36f3e50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/__viteBuildVariants__/ml-machine/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"lossGraph": true,
"makecode": true,
"liveGraphInputValues": true
}
}
2 changes: 1 addition & 1 deletion src/__viteBuildVariants__/unbranded/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"lossGraph": true,
"makecode": true,
"liveGraphInputValues": true
}
}
2 changes: 1 addition & 1 deletion src/script/FeatureToggles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 36f3e50

Please sign in to comment.