Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 15, 2021
1 parent ae68f62 commit a2f4c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ const MinimapServiceV1 = {
togglePluginActivation: PluginManagement.togglePluginActivation,
deactivateAllPlugins: PluginManagement.deactivateAllPlugins,
activatePlugin: PluginManagement.activatePlugin,
deactivatePlugin: PluginManagement.deactivatePlugin,
deactivatePlugin: PluginManagement.deactivatePlugin
}

/**
Expand Down
3 changes: 1 addition & 2 deletions lib/minimap-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { CompositeDisposable, Disposable } from 'atom'
import { EventsDelegation, AncestorsMethods } from 'atom-utils-plus'
import elementResizeDetectorImport from 'element-resize-detector'

import * as Main from './main'
import CanvasDrawer from './mixins/canvas-drawer'
import include from './decorators/include'
import element from './decorators/element'
Expand Down Expand Up @@ -707,7 +706,7 @@ class MinimapElement {
this.pendingFrontDecorationChanges.push(change)
}
this.requestUpdate()
}),
})
)

this.setStandAlone(this.minimap.isStandAlone())
Expand Down

0 comments on commit a2f4c3a

Please sign in to comment.