Skip to content

Commit 430370a

Browse files
committed
fixed
1 parent 63c1c20 commit 430370a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/src/main/scala/calico/html/codegen/DomDefsGenerator.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import com.raquo.domtypes.codegen.{
2222
CanonicalDefGroups,
2323
CanonicalGenerator,
2424
CodeFormatting,
25-
SourceRepr,
25+
SourceRepr
2626
}
2727
import cats.effect.IO
2828
import cats.syntax.all._
@@ -126,9 +126,9 @@ object DomDefsGenerator {
126126

127127
val fileContent = generator.generateAttrsTrait(
128128
defGroups = defGroups.htmlAttrDefGroups.toList.map {
129-
case (key, vals) =>
130-
(key, vals.toList.map(attr => attr.copy(scalaValueType = "F, " + attr.scalaValueType)))
131-
},
129+
case (key, vals) =>
130+
(key, vals.toList.map(attr => attr.copy(scalaValueType = "F, " + attr.scalaValueType)))
131+
},
132132
printDefGroupComments = false,
133133
traitCommentLines = Nil,
134134
traitModifiers = List("private"),

0 commit comments

Comments
 (0)