From f976b7c579215f346a0437e51b7e5fb71dfbd544 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 29 Aug 2012 13:38:14 +0200 Subject: [PATCH] Cleanup whitespace --- lib/mutant/subject.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mutant/subject.rb b/lib/mutant/subject.rb index 71de7acd..d6246cd6 100644 --- a/lib/mutant/subject.rb +++ b/lib/mutant/subject.rb @@ -120,5 +120,6 @@ module Mutant def initialize(matcher, context, node) @matcher, @context, @node = matcher, context, node end + end end