Fix RuboCop Violations

parent 0bfc4a8c
...@@ -17,7 +17,7 @@ module Pod ...@@ -17,7 +17,7 @@ module Pod
def self.options def self.options
[ [
['--progress', 'Show the progress of cloning the spec repository'] ['--progress', 'Show the progress of cloning the spec repository'],
].concat(super) ].concat(super)
end end
...@@ -74,7 +74,7 @@ module Pod ...@@ -74,7 +74,7 @@ module Pod
# #
def clone_repo def clone_repo
changes = if @progress changes = if @progress
{ verbose: true } { :verbose => true }
else else
{} {}
end end
......
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