mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
💄 remove trailing whitespace
This commit is contained in:
@@ -31,7 +31,7 @@ class CursorView extends View
|
||||
@needsRemoval = true
|
||||
|
||||
if @cursor.marker.isRemote()
|
||||
@addClass("site-#{@cursor.marker.getOriginSiteId()}")
|
||||
@addClass("site-#{@cursor.marker.getOriginSiteId()}")
|
||||
|
||||
remove: ->
|
||||
@editor.removeCursorView(this)
|
||||
|
||||
@@ -19,7 +19,7 @@ class SelectionView extends View
|
||||
@editor.requestDisplayUpdate()
|
||||
|
||||
if @selection.marker.isRemote()
|
||||
@addClass("site-#{@selection.marker.getOriginSiteId()}")
|
||||
@addClass("site-#{@selection.marker.getOriginSiteId()}")
|
||||
|
||||
updateDisplay: ->
|
||||
@clearRegions()
|
||||
|
||||
Reference in New Issue
Block a user