Commit aa7cd2ba authored by Brian Gesiak's avatar Brian Gesiak

validator.rb: Conform to 2-space indentation.

parent bc497071
...@@ -60,8 +60,8 @@ module Pod ...@@ -60,8 +60,8 @@ module Pod
# Replace default spec with a subspec if asked for # Replace default spec with a subspec if asked for
a_spec = spec a_spec = spec
if spec && @only_subspec if spec && @only_subspec
a_spec = spec.subspec_by_name(@only_subspec) a_spec = spec.subspec_by_name(@only_subspec)
@subspec_name = a_spec.name @subspec_name = a_spec.name
end end
UI.print " -> #{a_spec ? a_spec.name : file.basename}\r" unless config.silent? UI.print " -> #{a_spec ? a_spec.name : file.basename}\r" unless config.silent?
......
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