You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by as...@apache.org on 2019/06/27 11:53:35 UTC

[servicecomb-kie] 24/29: Fixed the format errors

This is an automated email from the ASF dual-hosted git repository.

asifdxtreme pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git

commit 1760ea7be250cd193ebc8a28013161ca03085355
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Wed Jun 12 13:57:17 2019 +0800

    Fixed the format errors
---
 client/client_suite_test.go | 2 +-
 client/options.go           | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

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 @@ var _ = BeforeSuite(func() {
 
 	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