Skip to content

Commit

Permalink
Fix golangci-lint 'unparam'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jan 25, 2024
1 parent 467f043 commit cf95893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func testAccCheckDelegationSignerAssociationExists(ctx context.Context, n string
}
}

func testAccDelegationSignerAssociationImportStateIDFunc(ctx context.Context, n string) resource.ImportStateIdFunc {
func testAccDelegationSignerAssociationImportStateIDFunc(_ context.Context, n string) resource.ImportStateIdFunc {
return func(s *terraform.State) (string, error) {
rs, ok := s.RootModule().Resources[n]
if !ok {
Expand Down

0 comments on commit cf95893

Please sign in to comment.