Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvpm committed May 9, 2024
1 parent 328a892 commit 325ec17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class OfferServiceBot[F[_]: Concurrent](
private def withoutError(state: State): State =
state match {
case Error(returnTo, _) => returnTo
case _ => state
case _ => state
}

private def safe[A](block: => A, default: A): A =
Expand Down

0 comments on commit 325ec17

Please sign in to comment.