Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Dweikat-Ntx committed Dec 16, 2024
1 parent a5f9a8c commit a5d739b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func ResourceNutanixRestoreSourceV2() *schema.Resource {
"rpo_in_minutes": {
Type: schema.TypeInt,
Required: true,
ValidateFunc: validation.IntBetween(60, 1440),//nolint:gomnd
ValidateFunc: validation.IntBetween(60, 1440), //nolint:gomnd
},
},
},
Expand Down

0 comments on commit a5d739b

Please sign in to comment.