Skip to content

Commit

Permalink
Scalafmt 3.8.4-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 28, 2024
1 parent 1163f62 commit 01b40ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4-RC4"
runner.dialect = scala3

align.preset = more
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/scala/RedisSubscriberJob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ object RedisSubscriberJob:
.match
case Some(request) => executor.add(request)
case None => Logger[IO].warn(s"Failed to parse message from lila: $msg")
>> Logger[IO].debug(s"Received message: $msg")
>> Logger[IO].debug(s"Received message: $msg")
) *> pubsub.runMessages).background.void

0 comments on commit 01b40ec

Please sign in to comment.