Skip to content

Commit b66da40

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9044517 commit b66da40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupytercad_core/src/jcadplugin/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const activate = (
8181
modelName: 'jupytercad-jcadmodel',
8282
name: 'JSON Editor',
8383
primaryFileType: app.docRegistry.getFileType('json'),
84-
fileTypes: [FACTORY],
84+
fileTypes: [FACTORY]
8585
});
8686
app.docRegistry.addWidgetFactory(factory);
8787

0 commit comments

Comments
 (0)