From a69b62b824b74f3dc72bdf2723f3160e93dbdfb2 Mon Sep 17 00:00:00 2001 From: godotg Date: Thu, 1 Feb 2024 11:17:07 +0800 Subject: [PATCH] fix[note]: class note indented --- protocol/src/main/resources/csharp/ProtocolTemplate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/src/main/resources/csharp/ProtocolTemplate.cs b/protocol/src/main/resources/csharp/ProtocolTemplate.cs index 2c80bff8..a927fb94 100644 --- a/protocol/src/main/resources/csharp/ProtocolTemplate.cs +++ b/protocol/src/main/resources/csharp/ProtocolTemplate.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; namespace zfoocs { - {} +{} public class {} { {}