whitespace fix
This commit is contained in:
parent
751a8bfa1b
commit
97e31c82ef
|
@ -114,7 +114,7 @@ msg
|
||||||
end
|
end
|
||||||
|
|
||||||
def load_root_path!(path=nil)
|
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.
|
# Stop if we're at the root.
|
||||||
return false if path.root?
|
return false if path.root?
|
||||||
|
|
Loading…
Reference in New Issue