Skip to content

Commit 7ae5d98

Browse files
committed
Lint
1 parent 60557df commit 7ae5d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/application/src/tokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ export namespace INotebookPathOpener {
1717
/**
1818
* The URL prefix, which should include the base URL
1919
*/
20-
prefix: string
20+
prefix: string;
2121

2222
/**
2323
* The path to open in the application, e.g `setup.py`, or `notebooks/example.ipynb`
2424
*/
25-
path?: string,
25+
path?: string;
2626

2727
/**
2828
* The extra search params to use in the URL.

0 commit comments

Comments
 (0)