You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2023/03/14 08:57:51 UTC

[rocketmq-clients] 02/02: Fix code style

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 6766a8ff3a25425b99765186504df6c2dd649344
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Tue Mar 14 16:51:41 2023 +0800

    Fix code style
---
 csharp/rocketmq-client-csharp/SimpleConsumer.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp/rocketmq-client-csharp/SimpleConsumer.cs b/csharp/rocketmq-client-csharp/SimpleConsumer.cs
index 7e54087d..2146e643 100644
--- a/csharp/rocketmq-client-csharp/SimpleConsumer.cs
+++ b/csharp/rocketmq-client-csharp/SimpleConsumer.cs
@@ -177,7 +177,7 @@ namespace Org.Apache.Rocketmq
         {
             return _simpleSubscriptionSettings;
         }
-        
+
         public async Task<List<MessageView>> Receive(int maxMessageNum, TimeSpan invisibleDuration)
         {
             if (State.Running != State)