Skip to content
Snippets Groups Projects
Commit 2130cb8c authored by Xu Cheng's avatar Xu Cheng
Browse files

uninstall: fix indent

parent dee4c76e
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ module Homebrew
# If we delete Cellar/newname, then Cellar/oldname symlink
# can become broken and we have to remove it.
if HOMEBREW_CELLAR.directory?
HOMEBREW_CELLAR.children.each do |rack|
rack.unlink if rack.symlink? && !rack.resolved_path_exists?
end
HOMEBREW_CELLAR.children.each do |rack|
rack.unlink if rack.symlink? && !rack.resolved_path_exists?
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment