Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yacchin1205 committed Apr 10, 2024
1 parent 4e818fe commit f654a28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/widgets/open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ abstract class BaseOpener implements IContentOpener {
panel.addWidget(svgRenderer);
}
if (markdownPath) {
const markdownModel = await this.documents.services.contents.get(
markdownPath
);
const markdownModel = await this.documents.services.contents.get(markdownPath);

Check failure on line 67 in src/widgets/open.ts

View workflow job for this annotation

GitHub Actions / build

Insert `⏎·······`
const markdownMimeType = 'text/markdown';
const markdownRenderer =
this.renderMimeRegistry.createRenderer(markdownMimeType);
Expand Down

0 comments on commit f654a28

Please sign in to comment.