diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-29 20:34:12 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-29 22:01:20 +0100 |
commit | a76ec3257f308bda7ccdaa22ebf4c22e2645dd6d (patch) | |
tree | 5ed384c292b0459f8ca95b9a20ce847ec3c82e76 | |
parent | 16801fd7703a20affdf7ba03b9f1346574440b6c (diff) |
Cleanup spacing.
-rw-r--r-- | lib/acts_as_xapian/acts_as_xapian.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/acts_as_xapian/acts_as_xapian.rb b/lib/acts_as_xapian/acts_as_xapian.rb index be10788e6..f714a81c4 100644 --- a/lib/acts_as_xapian/acts_as_xapian.rb +++ b/lib/acts_as_xapian/acts_as_xapian.rb @@ -623,7 +623,7 @@ module ActsAsXapian begin ActiveRecord::Base.transaction do begin - job = ActsAsXapianJob.find(id, :lock =>true) + job = ActsAsXapianJob.find(id, :lock => true) rescue ActiveRecord::RecordNotFound => e # This could happen if while we are working the model # was updated a second time by another process. In that case |