From 6104769bc431720275b756174fee4df70d5fa6ef Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Sat, 14 Oct 2023 11:11:15 -0700 Subject: [PATCH] format --- build.sbt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 011ce446c..60bc32e93 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,9 @@ lazy val pureconfig = crossProject( ) lazy val ciris = crossProject( - JVMPlatform, JSPlatform, NativePlatform + JVMPlatform, + JSPlatform, + NativePlatform ) .crossType(CrossType.Pure) .in(file("ciris"))