Skip to content

Commit

Permalink
Fixed the lint error of missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nairashu authored Sep 5, 2023
1 parent ce6dbe3 commit 9ff018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cns/kubecontroller/nodenetworkconfig/conversion_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ func createNCRequestFromStaticNCHelper(nc v1alpha.NetworkContainer, primaryIPPre
IPSubnet: subnet,
GatewayIPAddress: nc.DefaultGateway,
},
NCStatus: nc.UpdateStatus
NCStatus: nc.UpdateStatus,
}, nil
}

0 comments on commit 9ff018c

Please sign in to comment.