Skip to content

Commit fa2cba2

Browse files
committed
style(ProtoExport): 在模板工具类中添加空行以提升可读性
1 parent 74966a4 commit fa2cba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProtoExport/ProtoTempleteUtility.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ public static void AddTemplateHeader(this StringBuilder stringBuilder)
6767
stringBuilder.AppendLine("// 官方文档:https://gameframex.doc.alianblank.com/");
6868
stringBuilder.AppendLine("// Official Documentation: https://gameframex.doc.alianblank.com/");
6969
stringBuilder.AppendLine("// ==========================================================================================");
70+
stringBuilder.AppendLine();
7071
}
7172
}

0 commit comments

Comments
 (0)