Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Sep 7, 2023
1 parent fb5f229 commit 6eba657
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/service/poc_lora.proto
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ message lora_stream_register_v1 {
bool session_capable = 4;
}

message lora_stream_session_offer_v1 {
bytes nonce = 1;
}
message lora_stream_session_offer_v1 { bytes nonce = 1; }

message lora_stream_session_init_v1 {
bytes pub_key = 1;
Expand All @@ -271,7 +269,7 @@ message lora_stream_request_v1 {
lora_stream_register_v1 register = 1;
lora_beacon_report_req_v1 beacon_report = 2;
lora_witness_report_req_v1 witness_report = 3;
lora_stream_session_init_v1 session_init = 4;
lora_stream_session_init_v1 session_init = 4;
}
}

Expand Down

0 comments on commit 6eba657

Please sign in to comment.