aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2014-05-29 16:27:47 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2014-05-29 16:27:47 +0200
commit9fcdc3451e2405d04cb4fec9f421c394ddb575f7 (patch)
tree27fa55db347c10b6fd9a385bbefd04e3837ae85f /lib/active_job
parent79d0adef3869c1c4d9c203a4ca9e96875295fdea (diff)
downloadrails-9fcdc3451e2405d04cb4fec9f421c394ddb575f7.tar.gz
rails-9fcdc3451e2405d04cb4fec9f421c394ddb575f7.tar.bz2
rails-9fcdc3451e2405d04cb4fec9f421c394ddb575f7.zip
Stray CR
Diffstat (limited to 'lib/active_job')
-rw-r--r--lib/active_job/identifier.rb1
1 files changed, 0 insertions, 1 deletions
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