Skip to content

Commit 2b1df54

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export interface ISharedNotebook extends ISharedDocument {
297297

298298
/**
299299
* Override the notebook with a JSON-serialized document.
300-
*
300+
*
301301
* @param value The notebook
302302
*/
303303
fromJSON(value: nbformat.INotebookContent): void;

javascript/src/ymodels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ export class YNotebook
15261526

15271527
/**
15281528
* Override the notebook with a JSON-serialized document.
1529-
*
1529+
*
15301530
* @param value The notebook
15311531
*/
15321532
fromJSON(value: nbformat.INotebookContent): void {

0 commit comments

Comments
 (0)