You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/05/27 07:23:51 UTC

[incubator-inlong] 02/04: Remove useless space

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

gosonzhang pushed a commit to branch INLONG-25
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git

commit 14a346adcb1ea02daf16e382a61497ea90cac746
Author: Zijie Lu <ws...@gmail.com>
AuthorDate: Tue May 25 15:50:15 2021 +0800

    Remove useless space
    
    Signed-off-by: Zijie Lu <ws...@gmail.com>
---
 tubemq-client-twins/tubemq-client-go/config/config_test.go | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tubemq-client-twins/tubemq-client-go/config/config_test.go b/tubemq-client-twins/tubemq-client-go/config/config_test.go
index f5d4a17..acefe1c 100644
--- a/tubemq-client-twins/tubemq-client-go/config/config_test.go
+++ b/tubemq-client-twins/tubemq-client-go/config/config_test.go
@@ -49,6 +49,3 @@ func TestParseAddress(t *testing.T) {
 	_, err = ParseAddress(address)
 	assert.NotNil(t, err)
 }
-
-
-