Skip to content

Commit 320e91b

Browse files
committed
Fix lint
Signed-off-by: SungJin1212 <[email protected]>
1 parent e5aa3fc commit 320e91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/cortexpb/cortex.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ enum MetricType {
2828
// https://github.com/prometheus/prometheus/blob/main/prompb/io/prometheus/write/v2/types.proto
2929
message WriteRequestV2 {
3030
reserved 1 to 2;
31-
cortexpb.SourceEnum Source = 3;
31+
SourceEnum Source = 3;
3232
repeated string symbols = 4;
3333
repeated TimeSeriesV2 timeseries = 5 [(gogoproto.nullable) = false, (gogoproto.customtype) = "PreallocTimeseriesV2"];
3434

0 commit comments

Comments
 (0)