瀏覽代碼

Remove newline

Bas van der Linden 5 年之前
父節點
當前提交
4c1bb4d07b
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
         }
-
     }
 }