Remove unsignificant parens
This commit is contained in:
parent
050d9062aa
commit
1cba92688b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue