Skip to content

Commit 1024d69

Browse files
committed
Reformat
1 parent eaac6da commit 1024d69

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

core/src/main/scala/io/bullet/borer/Encoder.scala

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ package io.bullet.borer
1111
import io.bullet.borer.encodings.BaseEncoding
1212
import io.bullet.borer.internal.{ElementDeque, Util}
1313

14-
import java.lang.{Boolean as JBoolean, Byte as JByte, Double as JDouble, Float as JFloat, Long as JLong, Short as JShort}
14+
import java.lang.{
15+
Boolean as JBoolean,
16+
Byte as JByte,
17+
Double as JDouble,
18+
Float as JFloat,
19+
Long as JLong,
20+
Short as JShort
21+
}
1522
import java.math.{BigDecimal as JBigDecimal, BigInteger as JBigInteger}
1623
import scala.annotation.{tailrec, threadUnsafe}
1724
import scala.collection.LinearSeq

0 commit comments

Comments
 (0)