Skip to content

Commit

Permalink
Remove redundant return statement per linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschutte committed Feb 9, 2024
1 parent 715e2e0 commit 8341e7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/data_source_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ func doesStateRequireReplace(ctx context.Context, request planmodifier.StringReq
response.RequiresReplace = true
return
}

return
}

func (r *dataSourceResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse) {
Expand Down

0 comments on commit 8341e7d

Please sign in to comment.