mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Blank line before seed output
This commit is contained in:
parent
8fc2c93960
commit
e168b0ac7a
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ module Spectator::Formatting
|
||||||
@io.puts Runtime.new(report.runtime)
|
@io.puts Runtime.new(report.runtime)
|
||||||
@io.puts StatsCounter.new(report).color
|
@io.puts StatsCounter.new(report).color
|
||||||
if (seed = report.random_seed?)
|
if (seed = report.random_seed?)
|
||||||
|
@io.puts
|
||||||
@io.puts RandomSeedText.new(seed)
|
@io.puts RandomSeedText.new(seed)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue