remove newline

pull/7351/head
Jan Tattermusch 5 years ago
parent 18bfd9e2e5
commit 3936114642
  1. 1
      csharp/src/Google.Protobuf/ParseContext.cs

@ -136,7 +136,6 @@ namespace Google.Protobuf
/// </remarks>
/// <returns>The next field tag, or 0 for end of input. (0 is never a valid tag.)</returns>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public uint ReadTag()
{
return ParsingPrimitives.ParseTag(ref buffer, ref state);

Loading…
Cancel
Save