Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Sep 18, 2024
1 parent 3cda5c0 commit c8da9af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package com.geirolz.app.toolkit.failure

import cats.data.NonEmptyList
import cats.syntax.all.*
import cats.{Applicative, Functor, Monad, ~>}
import cats.{~>, Applicative, Functor, Monad}
import com.geirolz.app.toolkit.failure.FailureHandler.OnFailureBehaviour
import com.geirolz.app.toolkit.logger.Logger
import com.geirolz.app.toolkit.{AppMessages, \/}
import com.geirolz.app.toolkit.{\/, AppMessages}

case class FailureHandler[F[_], FAILURE](
onFailureF: FAILURE => F[OnFailureBehaviour],
Expand Down

0 comments on commit c8da9af

Please sign in to comment.