Skip to content

Commit

Permalink
revert: "chore: test pushing file that has formatting problems"
Browse files Browse the repository at this point in the history
This reverts commit 72d9a28.
  • Loading branch information
maribethb committed Apr 25, 2023
1 parent 72d9a28 commit 2e6e6de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/block_svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ import type {Connection} from './connection.js';
import {ConnectionType} from './connection_type.js';
import * as constants from './constants.js';
import * as ContextMenu from './contextmenu.js';
import {ContextMenuOption, ContextMenuRegistry, LegacyContextMenuOption} from './contextmenu_registry.js';
import {
ContextMenuOption,
ContextMenuRegistry,
LegacyContextMenuOption,
} from './contextmenu_registry.js';
import type {BlockMove} from './events/events_block_move.js';
import * as eventUtils from './events/utils.js';
import type {Field} from './field.js';
Expand Down

0 comments on commit 2e6e6de

Please sign in to comment.