Skip to content

Commit

Permalink
Add newline to end of files in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lebdron committed Aug 6, 2017
1 parent addc4e4 commit 1139b57
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion schema/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.h
*.cc
*.cc
2 changes: 1 addition & 1 deletion schema/block.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ message Block {
Header header = 1;
Meta meta = 2;
Body body = 3;
}
}
2 changes: 1 addition & 1 deletion schema/ordering.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ service OrderingGate {

service OrderingService {
rpc SendTransaction (iroha.protocol.Transaction) returns (google.protobuf.Empty);
}
}
2 changes: 1 addition & 1 deletion schema/peer_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ service PeerService {
// it should send its own state: <merkle_root, height>
// answer is peer's <merkle_root, height>
rpc RequestHeartbeat (Heartbeat) returns (Heartbeat) {}
}
}
2 changes: 1 addition & 1 deletion schema/responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ message QueryResponse {
SignatoriesResponse signatories_response = 4;
TransactionsResponse transactions_response = 5;
}
}
}
2 changes: 1 addition & 1 deletion schema/yac.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ service Yac {
rpc SendVote (Vote) returns (google.protobuf.Empty);
rpc SendCommit (Commit) returns (google.protobuf.Empty);
rpc SendReject (Reject) returns (google.protobuf.Empty);
}
}

0 comments on commit 1139b57

Please sign in to comment.