Skip to content

Commit

Permalink
fix unparam linter
Browse files Browse the repository at this point in the history
  • Loading branch information
saima-s committed Jul 9, 2024
1 parent 7e1e43d commit 80d001e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/function/delete_rds_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func (*deleteRDSSnapshotFunc) Name() string {
return DeleteRDSSnapshotFuncName
}

//nolint:unparam
func deleteRDSSnapshot(ctx context.Context, snapshotID string, profile *param.Profile, dbEngine RDSDBEngine) (map[string]interface{}, error) {
// Validate profile
if err := ValidateProfile(profile); err != nil {
Expand Down

0 comments on commit 80d001e

Please sign in to comment.