mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Use _.multiplyString in building a tab token
This commit is contained in:
@@ -33,7 +33,7 @@ class Token
|
||||
|
||||
buildTabToken: (tabLength) ->
|
||||
new Token(
|
||||
value: new Array(tabLength + 1).join(" ")
|
||||
value: _.multiplyString(" ", tabLength)
|
||||
scopes: @scopes
|
||||
bufferDelta: 1
|
||||
isAtomic: true
|
||||
|
||||
Reference in New Issue
Block a user