From 7845517aadf412232eddb6288ff23d4e91fb2e4e Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 13 Apr 2017 12:14:13 -0700 Subject: [PATCH] FAB-3153 Whitespace fixes (protos) Change-Id: I2a2c37545a7e398f375b7f5cbce70f074b449a65 Signed-off-by: Jessica Wagantall Signed-off-by: Ry Jones --- protos/peer/signed_cc_dep_spec.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/peer/signed_cc_dep_spec.proto b/protos/peer/signed_cc_dep_spec.proto index 9def6a2a532..6ce49509acc 100644 --- a/protos/peer/signed_cc_dep_spec.proto +++ b/protos/peer/signed_cc_dep_spec.proto @@ -25,7 +25,7 @@ import "peer/proposal_response.proto"; // SignedChaincodeDeploymentSpec carries the CDS along with endorsements message SignedChaincodeDeploymentSpec { - // This is the bytes of the ChaincodeDeploymentSpec + // This is the bytes of the ChaincodeDeploymentSpec bytes chaincode_deployment_spec = 1; // This is the instantiation policy which is identical in structure @@ -36,7 +36,7 @@ message SignedChaincodeDeploymentSpec { bytes instantiation_policy = 2; // The endorsements of the above deployment spec, the owner's signature over - // chaincode_deployment_spec and Endorsement.endorser. + // chaincode_deployment_spec and Endorsement.endorser. repeated Endorsement owner_endorsements = 3; }