Skip to content

Commit 126b2eb

Browse files
committed
Lint spaces jlab plugin
1 parent 253fbc0 commit 126b2eb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

js/src/jupyterlab-plugin.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ var jupyter_threejs = require('./index');
33
var base = require('@jupyter-widgets/base');
44

55
module.exports = {
6-
id: 'jupyter.extensions.jupyter-threejs',
7-
requires: [base.IJupyterWidgetRegistry],
8-
activate: function(app, widgets) {
9-
widgets.registerWidget({
10-
name: 'jupyter-threejs',
11-
version: jupyter_threejs.version,
12-
exports: jupyter_threejs
13-
});
14-
},
15-
autoStart: true
6+
id: 'jupyter.extensions.jupyter-threejs',
7+
requires: [base.IJupyterWidgetRegistry],
8+
activate: function(app, widgets) {
9+
widgets.registerWidget({
10+
name: 'jupyter-threejs',
11+
version: jupyter_threejs.version,
12+
exports: jupyter_threejs
13+
});
14+
},
15+
autoStart: true
1616
};

0 commit comments

Comments
 (0)