Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 committed May 5, 2024
1 parent 707beea commit a2ebd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/workspace/blocks/Blocks.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { restore, willRestore, workspace } from "$state/blockly.svelte";
import { code, robot } from "$state/workspace.svelte";
import { arduino } from "@leaphy-robotics/leaphy-blocks";
import { WorkspaceSvg, serialization } from "blockly";
import type { Abstract } from "blockly/core/events/events";
import type { Abstract } from "blockly/core/events/events";
import { onMount } from "svelte";
import { locale } from "svelte-i18n";
import { get } from "svelte/store";
Expand Down

0 comments on commit a2ebd8f

Please sign in to comment.