Skip to content

Commit 822cbd9

Browse files
committed
lint :|
1 parent e7b5a9e commit 822cbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/linodemachine_controller_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func addVPCInterfaceFromReference(ctx context.Context, machineScope *scope.Machi
244244
return nil
245245
}
246246

247-
// nolint: gocyclo // complexity is acceptable for this function
247+
//nolint:gocyclo // complexity is acceptable for this function
248248
func buildInstanceAddrs(ctx context.Context, machineScope *scope.MachineScope, instanceID int) ([]clusterv1.MachineAddress, error) {
249249
addresses, err := machineScope.LinodeClient.GetInstanceIPAddresses(ctx, instanceID)
250250
if err != nil {

0 commit comments

Comments
 (0)