Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.5.9
0816c7f40fb103a987855105bc1620a18e0fbaae

# Scala Steward: Reformat with scalafmt 3.8.6
4d217346f4103a7432c5452439994c10a648a3ec
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.6"
runner.dialect = scala213
maxColumn = 120
align.preset = more
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ import zio._
*/
final class AkkaHttpModule {

def httpServer()
: ZIO[ActorSystem[Nothing] with ApiService[RStream, Task] with ZimConfigurationProperties with Scope, Throwable, Unit] =
def httpServer(): ZIO[ActorSystem[
Nothing
] with ApiService[RStream, Task] with ZimConfigurationProperties with Scope, Throwable, Unit] =
for {
actorSystem <- ZIO.service[ActorSystem[Nothing]]
imServerSettings <- {
Expand Down
Loading