mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Fix lint error
This commit is contained in:
@@ -8465,7 +8465,7 @@ describe('TextEditor', () => {
|
||||
|
||||
{
|
||||
editor.setText(' test')
|
||||
selection.setBufferRange([[0, 4], [0,4]])
|
||||
selection.setBufferRange([[0, 4], [0, 4]])
|
||||
selection.toggleLineComments()
|
||||
|
||||
const range = selection.getBufferRange()
|
||||
|
||||
Reference in New Issue
Block a user