Skip to content

Commit

Permalink
Remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored May 12, 2024
1 parent 1b29093 commit 9fee8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export class AsciidocPreview extends Disposable implements WebviewResourceProvid
this.throttleTimer = undefined

if (this._disposed) {
return;
return
}

const document = await vscode.workspace.openTextDocument(resource)
Expand Down

0 comments on commit 9fee8bb

Please sign in to comment.