From f8c062326548a31067892bbaac6c9275f90b6e4a Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Mon, 29 Jul 2013 17:34:02 -0700 Subject: [PATCH] Fix whitespace --- lib/mutant/mutator/node.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/mutant/mutator/node.rb b/lib/mutant/mutator/node.rb index 64a54561..39748541 100644 --- a/lib/mutant/mutator/node.rb +++ b/lib/mutant/mutator/node.rb @@ -1,8 +1,10 @@ # encoding: utf-8 module Mutant + # Generator for mutations class Mutator + # Abstract base class for node mutators class Node < self include AbstractType, NodeHelpers, Unparser::Constants