Skip to content

Commit 16c84c1

Browse files
committed
Code clean up
1 parent 9610704 commit 16c84c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsoniter-scala-circe/js/src/main/scala/io/circe/StringUtil.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ private[circe] object StringUtil {
99
s.append(buf(i).toChar)
1010
i += 1
1111
}
12-
s.toString
12+
new String(s)
1313
}
1414
}

0 commit comments

Comments
 (0)