From 59fcb8451660483c2bf8cee4caba295068ed1e1d Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Wed, 17 Jan 2024 17:15:33 +0100 Subject: [PATCH] Format --- src/restate_context_impl.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/restate_context_impl.ts b/src/restate_context_impl.ts index 19152d95..d41e81ed 100644 --- a/src/restate_context_impl.ts +++ b/src/restate_context_impl.ts @@ -229,9 +229,9 @@ export class RestateGrpcContextImpl implements RestateGrpcContext { ); } - rpcGateway(): RpcGateway { - return new RpcContextImpl(this); - } + rpcGateway(): RpcGateway { + return new RpcContextImpl(this); + } // DON'T make this function async!!! // The reason is that we want the erros thrown by the initial checks to be propagated in the caller context,