lib/munge/formatters/default.rb in munge-0.17.0 vs lib/munge/formatters/default.rb in munge-0.18.0

- old
+ new

@@ -1,12 +1,12 @@ module Munge module Formatters class Default def initialize - @new_count = 0 - @changed_count = 0 + @new_count = 0 + @changed_count = 0 @identical_count = 0 - @reported_count = 0 + @reported_count = 0 end def call(_item, relpath, write_status, should_print) case write_status when :new