Explorar el Código

Remove newline

Bas van der Linden hace 5 años
padre
commit
4c1bb4d07b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
         }
-
     }
 }