Remove newline

pull/7701/head
Bas van der Linden 5 years ago
parent 12d7976055
commit 4c1bb4d07b
  1. 1
      csharp/src/Google.Protobuf.Test/ByteStringTest.cs

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