build-info: Add a newline before the [status] section

Marginal improvement in readability

Change-Id: Ic962ec2bb9ad09e5151cd4f712a9f5768da282bc
This commit is contained in:
Solomon Peachy 2026-03-04 08:16:46 -05:00
parent 5d1185774c
commit 3a99ef21cd

View file

@ -31,6 +31,8 @@ foreach my $b (&stablebuilds) {
}
}
print "\n";
print "[status]\n";
foreach my $b (&allbuilds) {