ocd whitespace. currently seeking professional help

This commit is contained in:
rick
2010-07-13 17:10:47 -07:00
parent 90ba8476b2
commit 158eb0b718
5 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ module Gollum
def find(name, version)
commit = @wiki.repo.commit(version)
if blob = commit.tree / name
@blob = blob
@path = name
@blob = blob
@path = name
@version = commit
self
else