refactor: clean up code formatting and improve readability across multiple files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user