Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Jul 1, 2024
1 parent eaac6da commit 1024d69
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion core/src/main/scala/io/bullet/borer/Encoder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ package io.bullet.borer
import io.bullet.borer.encodings.BaseEncoding
import io.bullet.borer.internal.{ElementDeque, Util}

import java.lang.{Boolean as JBoolean, Byte as JByte, Double as JDouble, Float as JFloat, Long as JLong, Short as JShort}
import java.lang.{
Boolean as JBoolean,
Byte as JByte,
Double as JDouble,
Float as JFloat,
Long as JLong,
Short as JShort
}
import java.math.{BigDecimal as JBigDecimal, BigInteger as JBigInteger}
import scala.annotation.{tailrec, threadUnsafe}
import scala.collection.LinearSeq
Expand Down

0 comments on commit 1024d69

Please sign in to comment.