From 8869553ef6a1a959258488ae00756983d6fd59bb Mon Sep 17 00:00:00 2001 From: samlyang Date: Mon, 19 Jul 2021 12:11:35 +0800 Subject: [PATCH] =?UTF-8?q?example=E6=94=AF=E6=8C=81cls=E4=BA=A7=E5=93=81:?= =?UTF-8?q?=20review=E6=84=8F=E8=A7=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/cls/v20201016/cls_kv.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cls/v20201016/cls_kv.proto b/examples/cls/v20201016/cls_kv.proto index 04ae7bf0a..25ba9e3d3 100644 --- a/examples/cls/v20201016/cls_kv.proto +++ b/examples/cls/v20201016/cls_kv.proto @@ -16,7 +16,7 @@ message Log message LogTag { required string key = 1; - required string value = 2; + required string value = 2; } message LogGroup @@ -25,7 +25,7 @@ message LogGroup optional string contextFlow= 2; optional string filename = 3; optional string source = 4; - repeated LogTag logTags = 5; + repeated LogTag logTags = 5; } message LogGroupList