Skip to content

Commit 2023474

Browse files
committed
fix linting
1 parent 5f92d6b commit 2023474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/orchestrator/compoundhandler.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ type CompoundHandler struct {
3030
}
3131

3232
// Monitor is used to monitor the metric
33+
//
34+
//nolint:gocyclo
3335
func (h *CompoundHandler) Monitor(ctx context.Context) (MonitorResult, error) {
3436

3537
// Metric creation and export are handled by the controller.

0 commit comments

Comments
 (0)