Skip to content

Commit

Permalink
Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Feb 15, 2023
1 parent 94c374c commit 586b2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frp/src/main/scala/calico/frp/SignallingSortedMapRef.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import cats.effect.kernel.Concurrent
import cats.effect.kernel.Deferred
import cats.effect.kernel.Ref
import cats.effect.kernel.Resource
import cats.kernel.Order
import cats.effect.syntax.all.*
import cats.kernel.Order
import cats.syntax.all.*
import fs2.Stream
import fs2.concurrent.Signal
Expand Down

0 comments on commit 586b2fd

Please sign in to comment.