Skip to content

Commit 08c2d1b

Browse files
Fix linting
Signed-off-by: Andy Jakubowski <hello@andyjakubowski.com>
1 parent 1d72fb1 commit 08c2d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convert-deepnote-block-type-to-jupyter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export function convertDeepnoteBlockTypeToJupyter(blockType: string) {
2929
default:
3030
return 'markdown';
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)