Skip to content

Commit

Permalink
Update go formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Young committed May 1, 2023
1 parent 04b54d7 commit 6d6e9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/net/net_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6d6e9b1

Please sign in to comment.