about summary refs log tree commit diff
path: root/app/workers/removal_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/removal_worker.rb')
-rw-r--r--app/workers/removal_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/removal_worker.rb b/app/workers/removal_worker.rb
index 7470c54f5..eae27c66f 100644
--- a/app/workers/removal_worker.rb
+++ b/app/workers/removal_worker.rb
@@ -6,4 +6,4 @@ class RemovalWorker
   def perform(status_id)
     RemoveStatusService.new.call(Status.find(status_id))
   end
-end
\ No newline at end of file
+end