Skip to content

Commit 6f17e8b

Browse files
reporter: fix lint issue
1 parent 4e729b9 commit 6f17e8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

event_reporter/utils/app.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ import appv1 "github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
44

55
type AppRevisionsFieldNames string
66

7-
var AppRevisionFieldName AppRevisionsFieldNames = "Revision"
8-
var AppRevisionsFieldName AppRevisionsFieldNames = "Revisions"
7+
var (
8+
AppRevisionFieldName AppRevisionsFieldNames = "Revision"
9+
AppRevisionsFieldName AppRevisionsFieldNames = "Revisions"
10+
)
911

1012
type AppUtils struct {
1113
App *appv1.Application

0 commit comments

Comments
 (0)