diff --git a/protos/remote_id/remote_id.proto b/protos/remote_id/remote_id.proto index bf78003f..982cca02 100644 --- a/protos/remote_id/remote_id.proto +++ b/protos/remote_id/remote_id.proto @@ -66,7 +66,7 @@ message SetSelfIdResponse { } message BasicId { - uint32 id_type= 1; // Indicates the format for the uas_id field of this message. + uint32 id_type = 1; // Indicates the format for the uas_id field of this message. uint32 ua_type = 2; // Indicates the type of UA (Unmanned Aircraft). string uas_id = 3; // UAS ID following the format specified by id_type. }