mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
💄 Remove extra newline
This commit is contained in:
parent
f1fd13b0b2
commit
146e8c2a0b
@ -32,7 +32,6 @@ isVariationSequence = (string, index=0) ->
|
||||
# * `index` The {Number} index to look for a surrogate pair at.
|
||||
#
|
||||
# Return a {Boolean}.
|
||||
|
||||
isPairedCharacter = (string, index=0) ->
|
||||
isSurrogatePair(string, index) or isVariationSequence(string, index)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user