Skip to content

Commit

Permalink
Remove unnecessary private keyword from MiniMagick processor
Browse files Browse the repository at this point in the history
This was introduced by a bad merge of #1804 and #1806 which both were
based on master and  added the `private` keyword for two different
methods.
  • Loading branch information
Mehdi Lahmam committed Dec 30, 2015
1 parent 50dbb42 commit 9a73434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/carrierwave/processing/mini_magick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ def append_combine_options(cmd, combine_options)
end
end

private

def mini_magick_image
if url
::MiniMagick::Image.open(url)
Expand Down

0 comments on commit 9a73434

Please sign in to comment.