Skip to content

Commit

Permalink
fix lint findings
Browse files Browse the repository at this point in the history
  • Loading branch information
jannast committed Oct 30, 2024
1 parent 7604821 commit 9639fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t2iapi/metric/metric_requests.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Request to display the given metric with a different pm:Unit than the given one.
*/
message DisplayDifferentMetricUnitRequest {
string handle = 1; // handle of the metric for which the unit shall be changed
CodedValueMsg unit = 2; // the unit which shall be changed
t2iapi.biceps.CodedValueMsg unit = 2; // the unit which shall be changed
}

0 comments on commit 9639fb7

Please sign in to comment.