From 67c66884e363e76bc56c4504a037b887a5fe6e85 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Thu, 8 Mar 2018 18:36:44 +0800 Subject: [PATCH] etcdserverpb: fix protobuf code style --- etcdserver/etcdserverpb/rpc.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etcdserver/etcdserverpb/rpc.proto b/etcdserver/etcdserverpb/rpc.proto index 7a95f780e..6560118f9 100644 --- a/etcdserver/etcdserverpb/rpc.proto +++ b/etcdserver/etcdserverpb/rpc.proto @@ -516,7 +516,7 @@ message Compare { VERSION = 0; CREATE = 1; MOD = 2; - VALUE= 3; + VALUE = 3; LEASE = 4; } // result is logical comparison operation for this comparison. @@ -705,7 +705,7 @@ message WatchResponse { // // The client should treat the watcher as canceled and should not try to create any // watcher with the same start_revision again. - int64 compact_revision = 5; + int64 compact_revision = 5; // cancel_reason indicates the reason for canceling the watcher. string cancel_reason = 6;