Skip to content

Commit 0583616

Browse files
committed
remove dead break
1 parent 85de2f6 commit 0583616

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/toolbox/toolbox.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ export function getToolboxJSON(
1717
{ kind: 'sep' },
1818
...common.getToolboxItems(shownPythonToolboxCategories),
1919
eventCategory,
20-
2120
]
22-
}; break;
21+
};
2322
case commonStorage.MODULE_TYPE_OPMODE:
2423
return {
2524
kind: 'categoryToolbox',

0 commit comments

Comments
 (0)