Skip to content

Commit dcfbc7a

Browse files
committed
Remove unused space and empty lines
Change-Id: I92b4a494e347d71ee8bdc6ed9613004e39977ed9 Signed-off-by: Baohua Yang <[email protected]>
1 parent 967ed86 commit dcfbc7a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

protos/devops.proto

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ service Devops {
5050

5151
// Execute a transaction with a specific binding
5252
rpc EXP_ExecuteWithBinding(ExecuteWithBinding) returns (Response) {}
53-
5453
}
5554

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

7068
message ExecuteWithBinding {
7169
ChaincodeInvocationSpec chaincodeInvocationSpec = 1;
72-
bytes binding = 2;
70+
bytes binding = 2;
7371
}
7472

7573
message SigmaOutput {
@@ -78,7 +76,6 @@ message SigmaOutput {
7876
bytes asn1Encoding = 3;
7977
}
8078

81-
8279
message BuildResult {
8380

8481
enum StatusCode {

0 commit comments

Comments
 (0)