Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-codefresh committed Dec 15, 2024
1 parent 7e0de8d commit 3f2161f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion event_reporter/utils/app_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package utils
import (
"encoding/json"

"github.com/argoproj/argo-cd/v2/pkg/sources_server_client"
log "github.com/sirupsen/logrus"

"github.com/argoproj/argo-cd/v2/pkg/apiclient/events"
"github.com/argoproj/argo-cd/v2/pkg/sources_server_client"
"github.com/argoproj/argo-cd/v2/reposerver/apiclient"
)

Expand Down
3 changes: 2 additions & 1 deletion pkg/sources_server_client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import (
"io"
"net/http"

"github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
log "github.com/sirupsen/logrus"

"github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
)

type DependenciesMap struct {
Expand Down

0 comments on commit 3f2161f

Please sign in to comment.