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 )
|
user_all = User.where('id != 1').order('created_at DESC').limit( params[:limit] || 20 )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
# build result list
|
# build result list
|
||||||
if !params[:full]
|
if !params[:full]
|
||||||
users = []
|
users = []
|
||||||
|
|
|
@ -17,7 +17,6 @@ class Organization < ApplicationModel
|
||||||
notify_clients_support
|
notify_clients_support
|
||||||
latest_change_support
|
latest_change_support
|
||||||
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def cache_delete
|
def cache_delete
|
||||||
|
|
Loading…
Reference in a new issue