Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 committed Apr 22, 2024
1 parent b9953d0 commit a7510dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/effects/blockly-editor.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
translations,
arduino,
getBlocks,
constantBlocks
constantBlocks,
} from "@leaphy-robotics/leaphy-blocks";
import { LeaphyCategory } from "../services/toolbox/category";
import { LeaphyToolbox } from "../services/toolbox/toolbox";
Expand Down Expand Up @@ -135,7 +135,7 @@ export class BlocklyEditorEffects {
this.firstRun = false;
allBlocks = allBlocks.concat(constantBlocks);
}

Blockly.defineBlocksWithJsonArray(allBlocks);
config.theme = Blockly.Theme.defineTheme("leaphy", {
blockStyles: THEME.defaultBlockStyles,
Expand Down

0 comments on commit a7510dc

Please sign in to comment.