whitespace fix

This commit is contained in:
John Bender 2010-03-11 00:02:57 -08:00
parent 751a8bfa1b
commit 97e31c82ef
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ msg
end
def load_root_path!(path=nil)
path = Pathname.new(File.expand_path(path || Dir.pwd))
path = Pathname.new(File.expand_path(path || Dir.pwd))
# Stop if we're at the root.
return false if path.root?