소스 검색

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);
         }
-
     }
 }