diff options
author | Valery Piashchynski <[email protected]> | 2020-02-28 10:10:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-28 10:10:37 +0300 |
commit | 07493d20c66fe883349828602eceb33efa12aa9c (patch) | |
tree | 2abda06f97b541fa3e0fea13274304cb3e84beb0 /socket_factory_test.go | |
parent | c664a752e17d148db31e05317dd8f4cdb069281c (diff) |
Fix linter errors
Diffstat (limited to 'socket_factory_test.go')
-rw-r--r-- | socket_factory_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/socket_factory_test.go b/socket_factory_test.go index 0d721959..c15e720a 100644 --- a/socket_factory_test.go +++ b/socket_factory_test.go @@ -202,7 +202,6 @@ func Test_Tcp_Broken(t *testing.T) { assert.Error(t, err) assert.Nil(t, res) - return } func Test_Tcp_Echo(t *testing.T) { |