diff options
Diffstat (limited to 'modules/log/conn_test.go')
-rw-r--r-- | modules/log/conn_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/log/conn_test.go b/modules/log/conn_test.go index 380a115d96..cc3d758fa9 100644 --- a/modules/log/conn_test.go +++ b/modules/log/conn_test.go @@ -24,7 +24,6 @@ func listenReadAndClose(t *testing.T, l net.Listener, expected string) { assert.NoError(t, err) assert.Equal(t, expected, string(written)) - return } func TestConnLogger(t *testing.T) { |