Skip to content

Commit

Permalink
reduce indent to 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
joecaswell committed Mar 15, 2022
1 parent 4e1e0d9 commit fd29255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blockchain_sync_handler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ message blockchain_sync_hash {
}

message blockchain_sync_blocks {
repeated bytes blocks = 1;
bool final = 2;
repeated bytes blocks = 1;
bool final = 2;
}

message blockchain_sync_req {
Expand Down

0 comments on commit fd29255

Please sign in to comment.