From 4c1bb4d07bc8f5d1aa03136eda6adcd8c92e07dd Mon Sep 17 00:00:00 2001 From: Bas van der Linden Date: Sun, 12 Jul 2020 15:16:33 +0200 Subject: [PATCH] Remove newline --- csharp/src/Google.Protobuf.Test/ByteStringTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/csharp/src/Google.Protobuf.Test/ByteStringTest.cs b/csharp/src/Google.Protobuf.Test/ByteStringTest.cs index e31ecd1839..adbbc3ef54 100644 --- a/csharp/src/Google.Protobuf.Test/ByteStringTest.cs +++ b/csharp/src/Google.Protobuf.Test/ByteStringTest.cs @@ -261,6 +261,5 @@ namespace Google.Protobuf var copied = byteString.Memory.ToArray(); CollectionAssert.AreEqual(byteString, copied); } - } } \ No newline at end of file