Applied rubocop Style/TrailingBlankLines.

This commit is contained in:
Martin Edenhofer 2015-04-27 16:15:29 +02:00
parent 70e48aab13
commit bd1db72b9b
221 changed files with 212 additions and 223 deletions

View file

@ -48,4 +48,3 @@ class Observer::Ticket::UserTicketCounter < ActiveRecord::Observer
end
end

View file

@ -56,4 +56,3 @@ returns
adapter
end
end

View file

@ -15,7 +15,7 @@ Zammad::Application.configure do
config.action_controller.perform_caching = true
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = false
config.serve_static_assets = true
# Compress JavaScripts and CSS
config.assets.compress = true

View file

@ -6,4 +6,3 @@
Z_ROLENAME_ADMIN = 'Admin'
Z_ROLENAME_AGENT = 'Agent'
Z_ROLENAME_CUSTOMER = 'Customer'

View file

@ -6,4 +6,3 @@ class UpdateSession < ActiveRecord::Migration
def down
end
end

View file

@ -55,5 +55,3 @@ Daemons.run_proc(name, daemon_options) do
Scheduler.worker
end

View file

@ -45,5 +45,3 @@ class ExampleTest < Test::Unit::TestCase
assert_equal browser.current_url, 'https://portal.znuny.com/#ticket_view/my_tickets'
end
end

View file

@ -244,4 +244,3 @@ class RestTest < ActiveSupport::TestCase
return { data: response.data, response: response }
end
end

View file

@ -125,4 +125,3 @@ class StoreTest < ActiveSupport::TestCase
}
end
end

View file

@ -288,4 +288,3 @@ class UserTest < ActiveSupport::TestCase
}
end
end