lib/autobuild/progress_display.rb in autobuild-1.22.1 vs lib/autobuild/progress_display.rb in autobuild-1.23.0
- old
+ new
@@ -244,10 +244,11 @@
if prefix.size > current_prefix.size # create a new group
group_end_index = [idx - 1, current_group.last].min
groups.last[1] = (current_group.first..group_end_index)
groups << [prefix, [idx, other_idx]]
grouping = true
- else break
+ else
+ break
end
end
end
end
if groups.last.last.last < messages.size