Fixed the format errors
diff --git a/client/client_suite_test.go b/client/client_suite_test.go
index f699279..9750391 100644
--- a/client/client_suite_test.go
+++ b/client/client_suite_test.go
@@ -42,5 +42,5 @@
 
 	logger := log.NewLogger("ut")
 	openlogging.SetLogger(logger)
-	os.Setenv("HTTP_DEBUG","1")
+	os.Setenv("HTTP_DEBUG", "1")
 })
diff --git a/client/options.go b/client/options.go
index 374dcfc..21f820b 100644
--- a/client/options.go
+++ b/client/options.go
@@ -17,8 +17,6 @@
 
 package client
 
-
-
 type GetOption func(*GetOptions)
 type GetOptions struct {
 	Labels    map[string]string