From aeef29cdc073ff02e8b7a8c4dab1e2786b1c035b Mon Sep 17 00:00:00 2001 From: Eirik Date: Sun, 16 Dec 2018 23:22:54 +0100 Subject: [PATCH] remove empty line --- ssl.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ssl.go b/ssl.go index 5db5af83..3c1f1fc3 100644 --- a/ssl.go +++ b/ssl.go @@ -99,7 +99,6 @@ func sslClientCertificates(tlsConf *tls.Config, o values) error { return nil } - // user.Current() might fail when cross-compiling. We have to ignore the // error and continue without home directory defaults, since we wouldn't // know from where to load them.