Skip to content

Commit

Permalink
fix: Correct syntax
Browse files Browse the repository at this point in the history
Signed-off-by: shimako55 <[email protected]>
  • Loading branch information
shimako55 committed Oct 29, 2024
1 parent b1226a7 commit cac0ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/argo/commands/client/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ func NewAPIClient(ctx context.Context) (context.Context, apiclient.Client, error
OfflineFiles: OfflineFiles,
Context: ctx,
Proxy: proxy,
}
)
})
}

func Namespace() string {
Expand Down
1 change: 1 addition & 0 deletions pkg/apiclient/http1-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"net/http"
"net/url"

"github.com/argoproj/argo-workflows/v3/pkg/apiclient/clusterworkflowtemplate"
cronworkflowpkg "github.com/argoproj/argo-workflows/v3/pkg/apiclient/cronworkflow"
"github.com/argoproj/argo-workflows/v3/pkg/apiclient/http1"
Expand Down

0 comments on commit cac0ae3

Please sign in to comment.