Fixed bogus indentation
This commit is contained in:
parent
8e668603fc
commit
79d4c9f834
1 changed files with 7 additions and 7 deletions
|
|
@ -284,13 +284,13 @@ class PackagesController < ApplicationController
|
|||
end
|
||||
|
||||
case params[:show]
|
||||
when 'with'
|
||||
packages = packages.with_screenshots
|
||||
logger.debug 'Limiting packages to those with screenshots'
|
||||
when 'without'
|
||||
packages = packages.without_screenshots
|
||||
logger.debug 'Limiting packages to those without screenshots'
|
||||
end
|
||||
when 'with'
|
||||
packages = packages.with_screenshots
|
||||
logger.debug 'Limiting packages to those with screenshots'
|
||||
when 'without'
|
||||
packages = packages.without_screenshots
|
||||
logger.debug 'Limiting packages to those without screenshots'
|
||||
end
|
||||
|
||||
return packages
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue