Skip to content

Commit

Permalink
Remove unused space and empty lines
Browse files Browse the repository at this point in the history
Change-Id: I92b4a494e347d71ee8bdc6ed9613004e39977ed9
Signed-off-by: Baohua Yang <baohyang@cn.ibm.com>
  • Loading branch information
yeasy committed Sep 21, 2016
1 parent 967ed86 commit dcfbc7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions protos/devops.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ service Devops {

// Execute a transaction with a specific binding
rpc EXP_ExecuteWithBinding(ExecuteWithBinding) returns (Response) {}

}


// Secret is a temporary object to establish security with the Devops.
// A better solution using certificate will be introduced later
message Secret {
Expand All @@ -69,7 +67,7 @@ message SigmaInput {

message ExecuteWithBinding {
ChaincodeInvocationSpec chaincodeInvocationSpec = 1;
bytes binding = 2;
bytes binding = 2;
}

message SigmaOutput {
Expand All @@ -78,7 +76,6 @@ message SigmaOutput {
bytes asn1Encoding = 3;
}


message BuildResult {

enum StatusCode {
Expand Down

0 comments on commit dcfbc7a

Please sign in to comment.