Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Mar 2, 2024
1 parent 1bb96d0 commit 5f55031
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import scala.util.DynamicVariable
trait Interface {

export reactives.operator.{Signal, Event, Var, Evt, Fold, Flatten}
export Fold.{current}
export Fold.current

extension [T](e: Event[T]) {
inline infix def act[S](f: FoldState[S] ?=> T => S): Fold.Branch[S] = Fold.branch { e.value.fold(current)(f) }
Expand Down Expand Up @@ -83,4 +83,3 @@ object Interface {
type State[V] = default.SchedulerState[V]
val default = reactives.generated.Scheduler.selection
}

0 comments on commit 5f55031

Please sign in to comment.