Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyouwen committed Mar 5, 2024
1 parent a6168c8 commit f924c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dev_client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func main() {
}

cli := &knox.HTTPClient{
KeyFolder: keyFolder,
KeyFolder: keyFolder,
UncachedClient: knox.NewUncachedClient(hostname, &http.Client{Transport: &http.Transport{TLSClientConfig: tlsConfig}}, authHandler, ""),
}

Expand Down

0 comments on commit f924c05

Please sign in to comment.