Skip to content

Commit

Permalink
fixed Linter warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Sep 18, 2024
1 parent 1f6143f commit c89de63
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 @@ -68,5 +68,5 @@ Response containing the mdib version from which on the requested change will be
*/
message MdibVersionResponse {
BasicResponse status = 1; // status of the rpc
string mdibVersion = 2; // Mdib Version from which on the change will be effective.
string mdib_version = 2; // Mdib Version from which on the change will be effective.
}

0 comments on commit c89de63

Please sign in to comment.