Skip to content

Commit

Permalink
[Config] Fix space before parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed May 23, 2013
1 parent 160822b commit 9305340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods/config.rb
Expand Up @@ -127,7 +127,7 @@ def installation_root
if podfile_path_in_dir(current_path)
@installation_root = current_path
unless current_path == Pathname.pwd
UI.puts ("[in #{current_path}]")
UI.puts("[in #{current_path}]")
end
break
else
Expand Down

0 comments on commit 9305340

Please sign in to comment.