Browse Source

Remove newline

Bas van der Linden 5 năm trước cách đây
mục cha
commit
4c1bb4d07b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      csharp/src/Google.Protobuf.Test/ByteStringTest.cs

+ 0 - 1
csharp/src/Google.Protobuf.Test/ByteStringTest.cs

@@ -261,6 +261,5 @@ namespace Google.Protobuf
             var copied = byteString.Memory.ToArray();
             CollectionAssert.AreEqual(byteString, copied);
         }
-
     }
 }