Parcourir la source

Remove newline

Bas van der Linden il y a 5 ans
Parent
commit
4c1bb4d07b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);
         }
-
     }
 }