mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
👔 Remove trailing comma
This commit is contained in:
@@ -486,7 +486,7 @@ describe('WorkspaceElement', () => {
|
||||
it('does not move or copy the active item', function () {
|
||||
const item = {
|
||||
element: document.createElement('div'),
|
||||
getAllowedLocations: () => ['left', 'right'],
|
||||
getAllowedLocations: () => ['left', 'right']
|
||||
}
|
||||
|
||||
workspace.getBottomDock().show()
|
||||
|
||||
Reference in New Issue
Block a user