lib/leftovers/collector.rb in leftovers-0.7.0 vs lib/leftovers/collector.rb in leftovers-0.8.0

- old
+ new

@@ -43,10 +43,11 @@ file_collector.to_h end def print_progress Leftovers.print( - "\e[2Kchecked #{@count} files, collected #{@count_calls} calls, #{@count_definitions} definitions\r" # rubocop:disable Layout/LineLength + "\e[2Kchecked #{@count} files, " \ + "collected #{@count_calls} calls, #{@count_definitions} definitions\r" ) end def finish_file(_item, _index, result) @count += 1