Skip to content

Commit 56b6d3e

Browse files
committed
chore: lint
1 parent 4e81b4c commit 56b6d3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/decoration-management.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ export default class DecorationManagement {
604604
this.decorationDestroyedSubscriptions.clear()
605605
}
606606

607-
destroy() {
607+
destroy () {
608608
this.removeAllDecorations()
609609
this.minimap = undefined
610610
this.emitter = undefined

lib/minimap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export default class Minimap {
270270

271271
this.textEditor.onDidDestroy(() => {
272272
if (editorsMinimaps) {
273-
editorsMinimaps.delete(this.textEditor)
273+
editorsMinimaps.delete(this.textEditor)
274274
}
275275
this.destroy()
276276
}),

0 commit comments

Comments
 (0)