Skip to content

Commit

Permalink
-,
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 14, 2022
1 parent b2bc6c5 commit 5600459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class BracketMatchingController extends Disposable implements IEditorCont
this._editor.revealRange(newSelections[0]);
}
}
public replaceBrackets(openingContent: string, closingContent: string,): void {
public replaceBrackets(openingContent: string, closingContent: string): void {
if (!this._editor.hasModel()) {
return;
}
Expand Down

0 comments on commit 5600459

Please sign in to comment.