From 9639fb7ee425ad76e2b85ec76c38aa39882fa4f8 Mon Sep 17 00:00:00 2001 From: Jannasch Date: Wed, 30 Oct 2024 13:53:53 +0100 Subject: [PATCH] fix lint findings --- src/t2iapi/metric/metric_requests.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t2iapi/metric/metric_requests.proto b/src/t2iapi/metric/metric_requests.proto index 9919a54..8c31593 100644 --- a/src/t2iapi/metric/metric_requests.proto +++ b/src/t2iapi/metric/metric_requests.proto @@ -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 }