From 1cba92688bb7dc22ccbe7fbdc84e0d805114f11d Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 13 Aug 2014 07:57:09 +0000 Subject: [PATCH] Remove unsignificant parens --- lib/mutant/diff.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/diff.rb b/lib/mutant/diff.rb index 8c90ec48..382c93d2 100644 --- a/lib/mutant/diff.rb +++ b/lib/mutant/diff.rb @@ -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