Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Feb 14, 2017
1 parent dac8c8b commit 2cde398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ class DisplayLayer {
const expectedEndPosition = this.buffer.getEndPosition()
if (!translatedEndPosition.isEqual(expectedEndPosition)) {
global.atom.assert(false, 'Invalid spatial index state', {
lastScreenRow, lastScreenColumn, translatedEndPosition, expectedEndPosition,
lastScreenRow, lastScreenColumn, translatedEndPosition, expectedEndPosition
})
}
}
Expand Down

0 comments on commit 2cde398

Please sign in to comment.