Skip to content

Commit 70fffff

Browse files
committed
Formatting
1 parent f16cf43 commit 70fffff

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ThisBuild / developers ++= List(
1111
)
1212
ThisBuild / startYear := Some(2020)
1313

14-
1514
val Scala213 = "2.13.16"
1615

1716
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6", "2.12.20")
@@ -67,7 +66,6 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
6766
)
6867
)
6968

70-
7169
lazy val benchmark = project
7270
.in(file("modules/benchmark"))
7371
.dependsOn(core.jvm)

modules/benchmark/src/main/scala/DecodingBench.scala

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ package dynosaur
1818

1919
import cats.syntax.all._
2020

21-
import org.openjdk.jmh.annotations.{
22-
Benchmark,
23-
BenchmarkMode,
24-
Mode
25-
}
21+
import org.openjdk.jmh.annotations.{Benchmark, BenchmarkMode, Mode}
2622
import cats.data.NonEmptyList
2723

2824
sealed trait Dynosaur

0 commit comments

Comments
 (0)