Skip to content

Commit 5d76259

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const schedulerPlugin: JupyterFrontEndPlugin<void> = {
9393
activate: activatePlugin
9494
};
9595
const advancedOptions: JupyterFrontEndPlugin<Scheduler.IAdvancedOptions> = {
96-
id: '@jupyterlab/scheduler:IAdvancedOptions',
96+
id: '@jupyterlab/scheduler:IAdvancedOptions',
9797
autoStart: true,
9898
provides: Scheduler.IAdvancedOptions,
9999
activate: (app: JupyterFrontEnd) => {
@@ -203,11 +203,11 @@ function activatePlugin(
203203
console.log(' Override token expected:', Scheduler.IAdvancedOptionsOverride);
204204
console.log(' Override received:', advancedOptionsOverride);
205205
console.log(' Default received:', advancedOptionsDefault);
206-
206+
207207
// Use override if available, otherwise use default
208208
const advancedOptions = advancedOptionsOverride || advancedOptionsDefault;
209209
console.log(' Using:', advancedOptions);
210-
210+
211211
const trans = translator.load('jupyterlab');
212212
const api = new SchedulerService({});
213213
verifyServerExtension({ api, translator });

0 commit comments

Comments
 (0)