Skip to content

Commit 2e7ad8a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/src/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export interface ISharedNotebook extends ISharedDocument {
206206
* @returns Notebook's metadata.
207207
*/
208208
getMetadata(key: string): PartialJSONValue | undefined;
209-
209+
210210
/**
211211
* Sets all metadata associated with the notebook.
212212
*
@@ -215,7 +215,7 @@ export interface ISharedNotebook extends ISharedDocument {
215215
setMetadata(
216216
metadata: nbformat.INotebookMetadata,
217217
): void;
218-
218+
219219
/**
220220
* Sets a metadata associated with the notebook.
221221
*

0 commit comments

Comments
 (0)