Skip to content

Commit 5505c4b

Browse files
committed
Prettify the index.ts file
1 parent 5666501 commit 5505c4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/jupyterlab-lsp/src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
export * from './tokens';
55

66
/** Export the required classes */
7-
export {FileEditorAdapter} from './adapters/file_editor/file_editor';
8-
export {FileEditorContextMenuEntryPoint} from './adapters/file_editor';
9-
export {PositionConverter} from './converter';
10-
export {VirtualDocument} from './virtual/document';
7+
export { FileEditorAdapter } from './adapters/file_editor/file_editor';
8+
export { FileEditorContextMenuEntryPoint } from './adapters/file_editor';
9+
export { PositionConverter } from './converter';
10+
export { VirtualDocument } from './virtual/document';
1111

1212
/** Generated JSON Schema types for server responses and settings */
1313
export * as SCHEMA from './_schema';

0 commit comments

Comments
 (0)