From 9b15d749d81f31cb637cd740bda06a3257e20e4a Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 1 Nov 2013 09:51:50 +0000 Subject: [PATCH] remove newline --- client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client.go b/client.go index f2c207a1..1600c886 100644 --- a/client.go +++ b/client.go @@ -293,7 +293,6 @@ func DialTimeout(network, address string, timeout time.Duration) (conn *Conn, er return nil, err } return conn, nil - } // Close implements the net.Conn Close method.