Applied rubocop cop 'Style/EmptyLines'.
This commit is contained in:
parent
54fd62487c
commit
9b6bf4e762
2 changed files with 0 additions and 2 deletions
|
@ -338,7 +338,6 @@ class UsersController < ApplicationController
|
|||
user_all = User.where('id != 1').order('created_at DESC').limit( params[:limit] || 20 )
|
||||
end
|
||||
|
||||
|
||||
# build result list
|
||||
if !params[:full]
|
||||
users = []
|
||||
|
|
|
@ -17,7 +17,6 @@ class Organization < ApplicationModel
|
|||
notify_clients_support
|
||||
latest_change_support
|
||||
|
||||
|
||||
private
|
||||
|
||||
def cache_delete
|
||||
|
|
Loading…
Reference in a new issue