From 6d6e9b16b5b4ade342efe1bfd687f67405c8a0df Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Mon, 1 May 2023 10:02:36 -0400 Subject: [PATCH] Update go formatting --- pkg/net/net_linux_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/net/net_linux_test.go b/pkg/net/net_linux_test.go index f53e8f9..6da777e 100644 --- a/pkg/net/net_linux_test.go +++ b/pkg/net/net_linux_test.go @@ -97,12 +97,12 @@ func TestParseNicAttrEthtool(t *testing.T) { Link detected: yes `, expected: []*NICCapability{ - &NICCapability{ + { Name: "auto-negotiation", IsEnabled: true, CanEnable: true, }, - &NICCapability{ + { Name: "pause-frame-use", IsEnabled: false, CanEnable: false,