💄 Remove extra newline

This commit is contained in:
Kevin Sawicki 2014-09-17 10:40:12 -07:00
parent f1fd13b0b2
commit 146e8c2a0b

View File

@ -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)