浏览代码

remove newline

Jan Tattermusch 5 年之前
父节点
当前提交
3936114642
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      csharp/src/Google.Protobuf/ParseContext.cs

+ 0 - 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);