Commit 0d4ec7a2 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[RuboCop] Fix case indentation in bin/pod

parent 4062218f
...@@ -26,7 +26,8 @@ require 'cocoapods' ...@@ -26,7 +26,8 @@ require 'cocoapods'
if profile_filename = ENV['PROFILE'] if profile_filename = ENV['PROFILE']
require 'ruby-prof' require 'ruby-prof'
reporter = case (profile_extname = File.extname(profile_filename)) reporter =
case (profile_extname = File.extname(profile_filename))
when '.txt' when '.txt'
RubyProf::FlatPrinterWithLineNumbers RubyProf::FlatPrinterWithLineNumbers
when '.html' when '.html'
......
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