Skip to content

Commit

Permalink
Remove spaces at the end of the line:wq
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Aug 7, 2024
1 parent c4fdd9b commit dd94a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/common/pigweed/protos/fabric_bridge_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ message KeepActiveChanged {

service FabricBridge {
rpc AddSynchronizedDevice(SynchronizedDevice) returns (pw.protobuf.Empty){}
rpc RemoveSynchronizedDevice(SynchronizedDevice) returns (pw.protobuf.Empty){}
rpc ActiveChanged(KeepActiveChanged) returns (pw.protobuf.Empty){}
rpc RemoveSynchronizedDevice(SynchronizedDevice) returns (pw.protobuf.Empty){}
rpc ActiveChanged(KeepActiveChanged) returns (pw.protobuf.Empty){}
}

0 comments on commit dd94a5e

Please sign in to comment.