Skip to content

Commit 7845517

Browse files
jwagantallryjones
authored andcommitted
FAB-3153 Whitespace fixes (protos)
Change-Id: I2a2c37545a7e398f375b7f5cbce70f074b449a65 Signed-off-by: Jessica Wagantall <[email protected]> Signed-off-by: Ry Jones <[email protected]>
1 parent b2a2b3b commit 7845517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protos/peer/signed_cc_dep_spec.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import "peer/proposal_response.proto";
2525
// SignedChaincodeDeploymentSpec carries the CDS along with endorsements
2626
message SignedChaincodeDeploymentSpec {
2727

28-
// This is the bytes of the ChaincodeDeploymentSpec
28+
// This is the bytes of the ChaincodeDeploymentSpec
2929
bytes chaincode_deployment_spec = 1;
3030

3131
// This is the instantiation policy which is identical in structure
@@ -36,7 +36,7 @@ message SignedChaincodeDeploymentSpec {
3636
bytes instantiation_policy = 2;
3737

3838
// The endorsements of the above deployment spec, the owner's signature over
39-
// chaincode_deployment_spec and Endorsement.endorser.
39+
// chaincode_deployment_spec and Endorsement.endorser.
4040
repeated Endorsement owner_endorsements = 3;
4141
}
4242

0 commit comments

Comments
 (0)