Skip to content

Commit

Permalink
fix lint finding
Browse files Browse the repository at this point in the history
  • Loading branch information
jannast committed Nov 25, 2024
1 parent 8e8c270 commit ccaa1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t2iapi/device/device_responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ pm:AbstractDeviceComponentDescriptor handle to indicate the time of the next cal
*/
message IndicateTimeOfNextCalibrationToUserResponse{
BasicResponse status = 1; // status of the rpc
MdibVersionGroup mdib_version_group = 2; // MdibVersion attributes when finishing the rpc
t2iapi.biceps.MdibVersionGroup mdib_version_group = 2; // MdibVersion attributes when finishing the rpc
}

0 comments on commit ccaa1f5

Please sign in to comment.