Skip to content

Commit 1b89366

Browse files
committed
chore: lint
1 parent a614182 commit 1b89366

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ let subscriptionsOfCommands = null
6464
*/
6565
export const emitter = new Emitter()
6666

67-
6867
/**
6968
DOMStylesReader cache used for storing token colors
7069
*/

spec/minimap-element-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ describe('MinimapElement', () => {
870870
// wait until all animations run out
871871
waitsFor(() => {
872872
nextAnimationFrame !== noAnimationFrame && nextAnimationFrame()
873-
return editorElement.getScrollTop() >= 470 //flaky
873+
return editorElement.getScrollTop() >= 470 // flaky
874874
})
875875
})
876876

0 commit comments

Comments
 (0)