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 8cd152d commit 47c40af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ type HTTPClient struct {
// KeyFolder is the location of cached keys on the file system. If empty, does not check for cached keys.
KeyFolder string
// Client is the http client for making network calls
UncachedClient* UncachedHTTPClient
UncachedClient *UncachedHTTPClient
}

// NewClient creates a new client to connect to talk to Knox.
Expand Down

0 comments on commit 47c40af

Please sign in to comment.