From 9fcdc3451e2405d04cb4fec9f421c394ddb575f7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 29 May 2014 16:27:47 +0200 Subject: Stray CR --- lib/active_job/identifier.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/active_job/identifier.rb') diff --git a/lib/active_job/identifier.rb b/lib/active_job/identifier.rb index af32b03404..c7f522087d 100644 --- a/lib/active_job/identifier.rb +++ b/lib/active_job/identifier.rb @@ -11,6 +11,5 @@ module ActiveJob def job_id @job_id ||= SecureRandom.uuid end - end end -- cgit v1.2.3