Browse Source

Applied rubocop Style/TrailingBlankLines.

Martin Edenhofer 10 years ago
parent
commit
bd1db72b9b

+ 1 - 1
app/controllers/getting_started_controller.rb

@@ -933,4 +933,4 @@ curl http://localhost/api/v1/getting_started -v -u #{login}:#{password}
     true
   end
 
-end
+end

+ 1 - 1
app/controllers/import_otrs_controller.rb

@@ -125,4 +125,4 @@ class ImportOtrsController < ApplicationController
     true
   end
 
-end
+end

+ 1 - 1
app/controllers/jobs_controller.rb

@@ -27,4 +27,4 @@ class JobsController < ApplicationController
     return if deny_if_not_role(Z_ROLENAME_ADMIN)
     model_destory_render(Job, params)
   end
-end
+end

+ 1 - 1
app/controllers/online_notifications_controller.rb

@@ -114,4 +114,4 @@ curl http://localhost/api/v1/online_notifications/mark_all_as_read -v -u #{login
     render json: {}, status: :ok
   end
 
-end
+end

+ 1 - 1
app/controllers/organizations_controller.rb

@@ -193,4 +193,4 @@ Test:
     render json: history
   end
 
-end
+end

+ 1 - 1
app/controllers/recent_view_controller.rb

@@ -52,4 +52,4 @@ curl http://localhost/api/v1/recent_view -v -u #{login}:#{password} -H "Content-
     render json: { message: 'ok' }
   end
 
-end
+end

+ 1 - 1
app/controllers/sessions/collection_base.rb

@@ -42,4 +42,4 @@ module ExtraCollection
     [collections, assets]
   end
   module_function :session
-end
+end

+ 1 - 1
app/controllers/sessions/collection_network.rb

@@ -11,4 +11,4 @@ module ExtraCollection
   end
 
   module_function :session
-end
+end

+ 1 - 1
app/controllers/sessions/collection_ticket.rb

@@ -41,4 +41,4 @@ module ExtraCollection
     [collections, assets]
   end
   module_function :session
-end
+end

+ 1 - 1
app/controllers/sessions_controller.rb

@@ -279,4 +279,4 @@ class SessionsController < ApplicationController
     render json: {}
   end
 
-end
+end

Some files were not shown because too many files changed in this diff