Skip to content

Commit bd51b20

Browse files
committed
minor code allignment (related to bug 21559)
1 parent f827b11 commit bd51b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/unicode_normalize/normalize.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def self.nfc_one(string)
117117
if last_class<accent_class and composite = COMPOSITION_TABLE[start+accent]
118118
start = composite
119119
elsif accent_class == 0
120-
result += start+accents
120+
result << start << accents
121121
start = accent
122122
accents = ''
123123
last_class = -1

0 commit comments

Comments
 (0)