Skip to content

Commit

Permalink
Fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Dec 13, 2024
1 parent 63f3b21 commit ee7df9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.raquo.laminar.nodes.{ChildNode, CommentNode}
object ChildOptionReceiver {

def <--(maybeChildSource: Source[Option[ChildNode.Base]]): DynamicInserter = {
lazy val emptyNode = new CommentNode("")
lazy val emptyNode = new CommentNode("")
child <-- maybeChildSource.toObservable.map(_.getOrElse(emptyNode))
}

Expand Down

0 comments on commit ee7df9b

Please sign in to comment.