File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
project/src/main/scala/calico/html/codegen Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import com.raquo.domtypes.codegen.{
2222 CanonicalDefGroups ,
2323 CanonicalGenerator ,
2424 CodeFormatting ,
25- SourceRepr ,
25+ SourceRepr
2626}
2727import cats .effect .IO
2828import 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" ),
You can’t perform that action at this time.
0 commit comments