From 47c40af279062308810f1a00269656ca5efeca54 Mon Sep 17 00:00:00 2001 From: Youwen Zhu Date: Tue, 5 Mar 2024 14:40:10 -0800 Subject: [PATCH] fix fmt --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index bbe0fbc..0588021 100644 --- a/client.go +++ b/client.go @@ -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.