Remove newline
diff --git a/csharp/src/Google.Protobuf.Test/ByteStringTest.cs b/csharp/src/Google.Protobuf.Test/ByteStringTest.cs index e31ecd1..adbbc3e 100644 --- a/csharp/src/Google.Protobuf.Test/ByteStringTest.cs +++ b/csharp/src/Google.Protobuf.Test/ByteStringTest.cs
@@ -261,6 +261,5 @@ var copied = byteString.Memory.ToArray(); CollectionAssert.AreEqual(byteString, copied); } - } } \ No newline at end of file