Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: nitishfy <[email protected]>
  • Loading branch information
nitishfy committed Jan 3, 2025
1 parent a386358 commit d0ba8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argocd/commands/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package commands

import (
"bytes"
argocdclient "github.com/argoproj/argo-cd/v2/pkg/apiclient"
"testing"

Check failure on line 5 in cmd/argocd/commands/plugin_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

File is not properly formatted (gofumpt)
argocdclient "github.com/argoproj/argo-cd/v2/pkg/apiclient"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down

0 comments on commit d0ba8ce

Please sign in to comment.