mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Formatting
This commit is contained in:
parent
6c882f9cae
commit
e38747eafd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Spectator
|
||||||
|
|
||||||
private def advance
|
private def advance
|
||||||
item = top.next
|
item = top.next
|
||||||
case(item)
|
case (item)
|
||||||
when ExampleGroup
|
when ExampleGroup
|
||||||
@stack.push(item.each)
|
@stack.push(item.each)
|
||||||
when Iterator::Stop
|
when Iterator::Stop
|
||||||
|
|
Loading…
Reference in a new issue