Skip to content

Commit c561f01

Browse files
committed
lint
1 parent c2c11be commit c561f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/vpc/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func NewAPIWithRegionAndID(m any, id string) (*vpc.API, scw.Region, string, erro
4343
return vpcAPI, region, ID, err
4444
}
4545

46-
func NewAPIWithRegionAndIDFromState(m interface{}, d *schema.ResourceData) (
46+
func NewAPIWithRegionAndIDFromState(m any, d *schema.ResourceData) (
4747
*vpc.API,
4848
scw.Region,
4949
string,

0 commit comments

Comments
 (0)