Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Dweikat-Ntx committed Dec 25, 2024
1 parent 215310c commit 0e91d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutanix/services/prismv2/data_source_restore_points_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func DatasourceNutanixFetchRestorePointsV2() *schema.Resource {
"limit": {
Type: schema.TypeInt,
Optional: true,
Default: 50,
Default: 50, //nolint:gomnd
ValidateFunc: validation.IntBetween(1, 100),
},
"filter": {
Expand Down

0 comments on commit 0e91d15

Please sign in to comment.