Skip to content

Commit a8e434e

Browse files
committed
Add new line at end of file on all files
1 parent 0fc63e6 commit a8e434e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

protobuf_definitions/control.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ message StartDiveCtrl {
214214
// The message does not do anything, but is included in the log files so we can see
215215
// at which point the user exited the dive view.
216216
message EndDiveCtrl {
217-
}
217+
}

protobuf_definitions/mission_planning.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ message MissionStatus {
212212
repeated uint32 completed_path_segment_ids = 7; // Ids of the completed path segments.
213213
uint32 total_number_of_path_segments = 8; // Total number of path segments in the mission.
214214
uint32 id = 9; // Mission id of the active mission.
215-
}
215+
}

protobuf_definitions/req_rep.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ message GetPersistentStorageSettingsReq {
187187
// Response with the currently set persistent storage settings.
188188
message GetPersistentStorageSettingsRep {
189189
PersistentStorageSettings persistent_storage_settings = 1; // The currently set persistent storage settings.
190-
}
190+
}

protobuf_definitions/telemetry.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ message MultibeamDiscoveryTel {
285285
// Information about cpu and memory usage.
286286
message CPUInfoTel {
287287
CPUInfo cpu_info = 1; // CPU information.
288-
}
288+
}

0 commit comments

Comments
 (0)