From 10b37c1ab7033212203e952ebbc3417238dcedcc Mon Sep 17 00:00:00 2001 From: Jacob Viau Date: Mon, 25 Sep 2023 11:55:16 -0700 Subject: [PATCH] Fix trailing whitespace --- src/Client/Grpc/GrpcDurableEntityClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/Grpc/GrpcDurableEntityClient.cs b/src/Client/Grpc/GrpcDurableEntityClient.cs index 15f7abffe..495d63c44 100644 --- a/src/Client/Grpc/GrpcDurableEntityClient.cs +++ b/src/Client/Grpc/GrpcDurableEntityClient.cs @@ -127,7 +127,7 @@ public override async Task CleanEntityStorageAsync( $"The {nameof(this.CleanEntityStorageAsync)} operation was canceled.", e, cancellation); } } - + async Task GetEntityCoreAsync( EntityInstanceId id, bool includeState,