Skip to content

Commit e799fda

Browse files
fix linter
1 parent 531824a commit e799fda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/application/application_errors_parser.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package application
22

33
import (
4-
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
54
"strings"
65

6+
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
7+
78
"github.com/argoproj/gitops-engine/pkg/health"
89
"github.com/argoproj/gitops-engine/pkg/sync/common"
910

0 commit comments

Comments
 (0)