Fix whitespace

This commit is contained in:
Dan Kubb 2013-07-29 17:34:02 -07:00
parent d675c9258d
commit f8c0623265

View file

@ -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