Cleanup trailing whitespace

This commit is contained in:
Tom Hughes 2015-02-16 18:52:25 +00:00
parent e1f79d84ad
commit 34e3e51456
129 changed files with 1056 additions and 1076 deletions

View file

@ -1,7 +1,7 @@
class OldRelationController < OldController
private
def lookup_old_element
@old_element = OldRelation.find([params[:id], params[:version]])
end