[fleet] make RpcServiceLocator more fun

GitOrigin-RevId: 683fca24f2a35cf335fdb87f07ab42ece80a0e2a
This commit is contained in:
Andrey Zaytsev
2025-02-01 16:06:30 +00:00
committed by intellij-monorepo-bot
parent 163ab6a9a5
commit d49942fce7
@@ -20,7 +20,7 @@ data class ServiceImplementation(
val serviceScope: CoroutineScope?,
)
interface RpcServiceLocator {
fun interface RpcServiceLocator {
fun resolve(serviceId: InstanceId): ServiceImplementation?
}