Skip to content

Commit

Permalink
LOL
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Feb 22, 2024
1 parent 3d5b599 commit 70e733e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class DataManager[State: JsonValueCodec: DottedLattice: Bottom: HasDots](
View(localBuffer, remoteDeltas, localDeltas).flatten
}

def requestMissingBinding[PushBinding[Dots]] =
def requestMissingBinding: PushBinding[Dots] =
@unused // this is a lie, but sometimes the compiler is confused
given IdenticallyTransmittable[Dots] = IdenticallyTransmittable[Dots]()
Binding[Dots => Unit]("requestMissing")
Expand Down

0 comments on commit 70e733e

Please sign in to comment.