From c05dcecd2cc81e45eac8bb77545d842f0985616e Mon Sep 17 00:00:00 2001 From: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:51:49 -0700 Subject: [PATCH] Chore: Fix linting error in release branch [11.3.5] (#101092) balm0mma/ run goimports -w pkg/services/dashboards/service/dashboard_service.go --- pkg/services/dashboards/service/dashboard_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/dashboards/service/dashboard_service.go b/pkg/services/dashboards/service/dashboard_service.go index 319786adc52..d84b3c94edb 100644 --- a/pkg/services/dashboards/service/dashboard_service.go +++ b/pkg/services/dashboards/service/dashboard_service.go @@ -124,7 +124,7 @@ func (dr *DashboardServiceImpl) BuildSaveDashboardCommand(ctx context.Context, d if len(dash.Title) > 5000 { return nil, dashboards.ErrDashboardTitleTooLong } - + metrics.MFolderIDsServiceCount.WithLabelValues(metrics.Dashboard).Inc() // nolint:staticcheck if dash.IsFolder && dash.FolderID > 0 {