Skip to content

Commit 2b52ff8

Browse files
Fix class def
1 parent e72e17c commit 2b52ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/vscode/notebooks/src/lib/serializer/idl-notebook-serializer.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ToIDLRawNotebook } from './to/to-idl-raw-notebook';
1010
/**
1111
* Parses/serializes notebook data
1212
*/
13-
export class IDLNotebookSerializer implements IDLNotebookSerializer {
13+
export class IDLNotebookSerializer {
1414
/**
1515
* Converts a serialized notebook back to a notebook document that
1616
* VSCode can render

0 commit comments

Comments
 (0)