aboutsummaryrefslogtreecommitdiffstats
path: root/parse_report.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-01-10 11:39:14 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-01-10 11:39:14 +0100
commit399923656e67f329105a6b91e1f2999fa4616aea (patch)
tree79adc4308d053c9a55e9979624c0692d038c6cd4 /parse_report.rb
parentdd9490d438ad202b9454558bfd42112d6386720d (diff)
downloadimusician-reports-399923656e67f329105a6b91e1f2999fa4616aea.tar.gz
imusician-reports-399923656e67f329105a6b91e1f2999fa4616aea.tar.bz2
imusician-reports-399923656e67f329105a6b91e1f2999fa4616aea.zip
Some slight cosmetic updates.HEADmaster
Add a blank line between reports, and fix formatting of reports.
Diffstat (limited to 'parse_report.rb')
-rw-r--r--parse_report.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse_report.rb b/parse_report.rb
index dd3eea4..5ffb40e 100644
--- a/parse_report.rb
+++ b/parse_report.rb
@@ -51,4 +51,5 @@ end
reports.each do |report|
report.render
+ puts "\n"
end