Skip to content

Commit

Permalink
scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Fakhritdinov committed Nov 21, 2024
1 parent 4e9ad3f commit 60dc363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.evolutiongaming.akkaeffect.persistence

import akka.actor.Actor
import akka.persistence.SnapshotSelectionCriteria
import cats.MonadThrow
import cats.effect.implicits.effectResourceOps
import cats.effect.{Async, Concurrent, Ref, Resource}
import cats.syntax.all.*
Expand All @@ -11,7 +12,6 @@ import com.evolutiongaming.catshelper.{Log, LogOf, ToFuture}

import java.time.Instant
import javax.naming.OperationNotSupportedException
import cats.MonadThrow

object EventSourcedActorOf {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package com.evolutiongaming.akkaeffect.persistence

import cats.effect.syntax.resource.*

import akka.actor.ActorRef
import akka.persistence.{Recovery, SnapshotSelectionCriteria}
import cats.effect.syntax.resource.*
import cats.effect.{Ref, Resource, Sync}
import cats.syntax.all.*
import com.evolutiongaming.akkaeffect.*
Expand Down

0 comments on commit 60dc363

Please sign in to comment.