Skip to content

Commit a12ecf1

Browse files
committed
fix linter error
1 parent eb42392 commit a12ecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/services/networkinterfaces/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type azureClient struct {
3636
}
3737

3838
// NewClient creates a new network interfaces client from an authorizer.
39-
func NewClient(auth azure.Authorizer, apiCallTimeout time.Duration) (*azureClient, error) { //nolint:revive // leave it as is
39+
func NewClient(auth azure.Authorizer, apiCallTimeout time.Duration) (*azureClient, error) { //nolint:revive,nolintlint // leave it as is
4040
opts, err := azure.ARMClientOptions(auth.CloudEnvironment())
4141
if err != nil {
4242
return nil, errors.Wrap(err, "failed to create networkinterfaces client options")

0 commit comments

Comments
 (0)