Fix style issues in Mutant::Subject
This commit is contained in:
parent
1505a10980
commit
2710a31d70
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
module Mutant
|
||||
# Subject of a mutation
|
||||
class Subject
|
||||
include AbstractType, Adamantium::Flat, Enumerable, Concord::Public.new(:context, :node)
|
||||
include AbstractType, Adamantium::Flat, Enumerable
|
||||
include Concord::Public.new(:context, :node)
|
||||
|
||||
# Return mutations
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue