Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Nov 10, 2023
1 parent 08385f0 commit 5b64ce3
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ func testAccCheckVoiceConnectorTerminationCredentialsExists(ctx context.Context,
return tfchime.FindVoiceConnectorTerminationCredentialsByID(ctx, conn, rs.Primary.ID)
})

if err != nil {
return err
}

return nil
return err
}
}

Expand Down

0 comments on commit 5b64ce3

Please sign in to comment.