Skip to content

Commit

Permalink
Remove unnecessary assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jul 6, 2010
1 parent 8ede45a commit 3627bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hoptoad_notifier/rails/controller_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def hoptoad_filter_if_filtering(hash)
return hash if ! hash.is_a?(Hash)

if respond_to?(:filter_parameters)
retval = filter_parameters(hash) rescue hash
filter_parameters(hash) rescue hash
else
hash
end
Expand Down

0 comments on commit 3627bd4

Please sign in to comment.