Blank line before seed output

This commit is contained in:
Michael Miller 2020-07-27 13:32:49 -06:00
parent 8fc2c93960
commit e168b0ac7a
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -50,6 +50,7 @@ module Spectator::Formatting
@io.puts Runtime.new(report.runtime)
@io.puts StatsCounter.new(report).color
if (seed = report.random_seed?)
@io.puts
@io.puts RandomSeedText.new(seed)
end
end