refactor: clean up code formatting and improve readability across multiple files

This commit is contained in:
2026-04-29 08:38:27 +02:00
parent 5d97c3c8b5
commit 106118ad29
43 changed files with 414 additions and 379 deletions
@@ -9,7 +9,6 @@ import io.quarkus.grpc.GrpcService
import scala.jdk.CollectionConverters.*
// scalafix:off DisableSyntax.throw
@GrpcService
class IoGrpcService extends IoServiceGrpc.IoServiceImplBase:
@@ -59,4 +58,3 @@ class IoGrpcService extends IoServiceGrpc.IoServiceImplBase:
private def respond[T](obs: StreamObserver[T], value: T): Unit =
obs.onNext(value)
obs.onCompleted()
// scalafix:on DisableSyntax.throw