Fix RuboCop Violations

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