Fix whitespace
This commit is contained in:
parent
d675c9258d
commit
f8c0623265
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue