Skip to content

Commit

Permalink
fix enum names for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
midttuna committed Oct 15, 2024
1 parent c19dc36 commit 5a75490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/t2iapi/metric/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ enum MetricStatus {
Represents whether pm:AbstractMetricDescriptor is determined episodically or periodically.
*/
enum MetricDeterminationMode {
DETERMINED_EPISODICALLY = 0;
DETERMINED_PERIODICALLY = 1;
METRIC_DETERMINATION_MODE_EPISODICALLY = 0;
METRIC_DETERMINATION_MODE_PERIODICALLY = 1;
}

0 comments on commit 5a75490

Please sign in to comment.