Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.5 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 19, 2025
1 parent e7c67fc commit 41d0126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ ee0c7d79b3a923abf9e7dc6c10e3fc24451d1291

# Scala Steward: Reformat with scalafmt 3.7.1
bd6d426709861daca710e9781bd5b92260c63f38

# Scala Steward: Reformat with scalafmt 3.8.5
931c6602a271cbd6d8fd6dbe4c8a3ec9f495b98b
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.3
version = 3.8.5

runner.dialect = scala213source3

Expand Down
3 changes: 1 addition & 2 deletions fs2/src/main/scala/laserdisc/fs2/PromiseMapper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ object PromiseMapper extends Poly1 {
val complete: Maybe[A] => F[Unit] =
mba => promise.complete(mba).as(())

queue.offer(Request(protocol, complete)) >> {
queue.offer(Request(protocol, complete)) >>
promise.get
.timeout(duration)
.adaptError { case _: TimeoutException => RequestTimedOut(protocol) }
}
}
}

Expand Down

0 comments on commit 41d0126

Please sign in to comment.