Whitespace.

This commit is contained in:
Andy Stewart 2010-06-22 13:02:43 +01:00
parent cc835027fa
commit cc794c1002
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ module PaperTrail
# timestamp because a version stores how the object looked before the
# change.
version = versions.first :conditions => ['created_at > ?', timestamp],
:order => 'created_at ASC'
:order => 'created_at ASC'
version.reify if version
end