Formatting

This commit is contained in:
Michael Miller 2018-11-13 10:08:56 -07:00
parent 6c882f9cae
commit e38747eafd

View file

@ -29,7 +29,7 @@ module Spectator
private def advance
item = top.next
case(item)
case (item)
when ExampleGroup
@stack.push(item.each)
when Iterator::Stop