Remove unsignificant parens

This commit is contained in:
Markus Schirp 2014-08-13 07:57:09 +00:00
parent 050d9062aa
commit 1cba92688b

View file

@ -99,7 +99,7 @@ module Mutant
# @api private
#
def minimized_hunks
head, *tail = hunks()
head, *tail = hunks
tail.each_with_object([head]) do |right, aggregate|
left = aggregate.last