fix trailing spaces

This commit is contained in:
Chris J. Shull 2018-02-03 20:34:46 -08:00 committed by sadick254
parent 7d4b5864e9
commit 9f9de12aa1
No known key found for this signature in database
GPG Key ID: FB51CF448C1FD089

View File

@ -4577,7 +4577,7 @@ module.exports = class TextEditor {
this.getCursorBufferPosition()
);
}
// Extended: Get the range in buffer coordinates of all tokens surrounding the
// given position in buffer coordinates that match the given scope selector.
//