chore: reformat code

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-11 16:50:50 +02:00
parent 34b433d4ab
commit 0240f13f94
No known key found for this signature in database
GPG key ID: 42498463316F048B

View file

@ -77,7 +77,8 @@ export const CheatsheetEntryPane: React.FC<CheatsheetRendererProps> = ({ extensi
frameClasses={'w-100'}
adaptFrameHeightToContent={true}
rendererType={RendererType.SIMPLE}
markdownContentLines={lines}></RenderIframe>
markdownContentLines={lines}
/>
</ListGroupItem>
</ExtensionEventEmitterProvider>
</EditorToRendererCommunicatorContextProvider>