Merge pull request #9408 from qinix/fix-proto-code-style

etcdserverpb: fix protobuf code style
This commit is contained in:
Sam Batschelet 2018-03-09 08:34:15 -05:00 committed by GitHub
commit 7e14e11548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -516,7 +516,7 @@ message Compare {
VERSION = 0; VERSION = 0;
CREATE = 1; CREATE = 1;
MOD = 2; MOD = 2;
VALUE= 3; VALUE = 3;
LEASE = 4; LEASE = 4;
} }
// result is logical comparison operation for this comparison. // result is logical comparison operation for this comparison.