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