Commit 93053401 authored by Fabio Pelosin's avatar Fabio Pelosin

[Config] Fix space before parentheses

parent 160822b2
...@@ -127,7 +127,7 @@ module Pod ...@@ -127,7 +127,7 @@ module Pod
if podfile_path_in_dir(current_path) if podfile_path_in_dir(current_path)
@installation_root = current_path @installation_root = current_path
unless current_path == Pathname.pwd unless current_path == Pathname.pwd
UI.puts ("[in #{current_path}]") UI.puts("[in #{current_path}]")
end end
break break
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment