From 393611464276b59add95771acd128cd43712fcf9 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 14 Apr 2020 10:44:55 +0200 Subject: [PATCH] remove newline --- csharp/src/Google.Protobuf/ParseContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/csharp/src/Google.Protobuf/ParseContext.cs b/csharp/src/Google.Protobuf/ParseContext.cs index 61af8ea8f7..bda32fc886 100644 --- a/csharp/src/Google.Protobuf/ParseContext.cs +++ b/csharp/src/Google.Protobuf/ParseContext.cs @@ -136,7 +136,6 @@ namespace Google.Protobuf /// /// The next field tag, or 0 for end of input. (0 is never a valid tag.) [MethodImpl(MethodImplOptions.AggressiveInlining)] - public uint ReadTag() { return ParsingPrimitives.ParseTag(ref buffer, ref state);