File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,4 +214,4 @@ message StartDiveCtrl {
214
214
// The message does not do anything, but is included in the log files so we can see
215
215
// at which point the user exited the dive view.
216
216
message EndDiveCtrl {
217
- }
217
+ }
Original file line number Diff line number Diff line change @@ -212,4 +212,4 @@ message MissionStatus {
212
212
repeated uint32 completed_path_segment_ids = 7 ; // Ids of the completed path segments.
213
213
uint32 total_number_of_path_segments = 8 ; // Total number of path segments in the mission.
214
214
uint32 id = 9 ; // Mission id of the active mission.
215
- }
215
+ }
Original file line number Diff line number Diff line change @@ -187,4 +187,4 @@ message GetPersistentStorageSettingsReq {
187
187
// Response with the currently set persistent storage settings.
188
188
message GetPersistentStorageSettingsRep {
189
189
PersistentStorageSettings persistent_storage_settings = 1 ; // The currently set persistent storage settings.
190
- }
190
+ }
Original file line number Diff line number Diff line change @@ -285,4 +285,4 @@ message MultibeamDiscoveryTel {
285
285
// Information about cpu and memory usage.
286
286
message CPUInfoTel {
287
287
CPUInfo cpu_info = 1 ; // CPU information.
288
- }
288
+ }
You can’t perform that action at this time.
0 commit comments