zcsizmadia commented on a change in pull request #981:
URL: https://github.com/apache/avro/pull/981#discussion_r523867237



##########
File path: lang/csharp/src/apache/main/Schema/SchemaNormalization.cs
##########
@@ -157,7 +157,7 @@ private static StringBuilder Build(IDictionary<string, 
string> env, Schema s, St
                     {
                         if (!firstTime)
                         {
-                            o.Append(",");
+                            o.Append(',');

Review comment:
       ```
   error CA1834: Use 'StringBuilder.Append(char)' instead of 
'StringBuilder.Append(string)' when the input is a constant unit string
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to