aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reports/sales_by_country.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 /lib/reports/sales_by_country.rb
parentdd9490d438ad202b9454558bfd42112d6386720d (diff)
downloadimusician-reports-master.tar.gz
imusician-reports-master.tar.bz2
imusician-reports-master.zip
Some slight cosmetic updates.HEADmaster
Add a blank line between reports, and fix formatting of reports.
Diffstat (limited to 'lib/reports/sales_by_country.rb')
-rw-r--r--lib/reports/sales_by_country.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/reports/sales_by_country.rb b/lib/reports/sales_by_country.rb
index 97e1d07..3acffbc 100644
--- a/lib/reports/sales_by_country.rb
+++ b/lib/reports/sales_by_country.rb
@@ -43,7 +43,8 @@ module SalesReporter
end
puts "------------------------------------------"
- puts "Total: #{total_streams.to_s.rjust(7)} #{total_rev.round(5).to_s.rjust(10)} EUR"
+ puts "Total: #{total_streams.to_s.rjust(7)} #{total_rev.round(5).to_s.rjust(10)} EUR"
+ puts "=========================================="
end
end
end