Skip to content

Commit 9c6537d

Browse files
author
Jacob Young
committed
Update go formatting
Signed-off-by: Jacob Young <jacoby@nvidia.com>
1 parent 04b54d7 commit 9c6537d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/net/net_linux_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ func TestParseNicAttrEthtool(t *testing.T) {
9797
Link detected: yes
9898
`,
9999
expected: []*NICCapability{
100-
&NICCapability{
100+
{
101101
Name: "auto-negotiation",
102102
IsEnabled: true,
103103
CanEnable: true,
104104
},
105-
&NICCapability{
105+
{
106106
Name: "pause-frame-use",
107107
IsEnabled: false,
108108
CanEnable: false,

0 commit comments

Comments
 (0)