summaryrefslogtreecommitdiff
path: root/src/library/scala/io/UTF8Codec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/io/UTF8Codec.scala')
-rw-r--r--src/library/scala/io/UTF8Codec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/io/UTF8Codec.scala b/src/library/scala/io/UTF8Codec.scala
index 6bbe6263ee..4fac5bca47 100644
--- a/src/library/scala/io/UTF8Codec.scala
+++ b/src/library/scala/io/UTF8Codec.scala
@@ -62,4 +62,4 @@ object UTF8Codec
@deprecated("Use Codec.toUTF8 instead")
def decode(src: Array[Byte], from: Int, len: Int): String =
Codec toUTF8 src.slice(from, from + len) mkString
-} \ No newline at end of file
+}