fix formatting issue

This commit is contained in:
Sauci
2020-11-26 03:09:00 -08:00
parent 95f9714d84
commit 415786c5c5

View File

@@ -230,7 +230,7 @@ func Test_anyToSockaddr(t *testing.T) {
// trying to create the socket. Skip the test in this situation.
if err == EPROTONOSUPPORT {
t.Skip("socket family/protocol not supported by kernel")
} else if err == EAFNOSUPPORT {
} else if err == EAFNOSUPPORT {
t.Skip("socket address family not supported by kernel")
} else if err == EACCES {
// Some platforms might require elevated privileges to perform