From 399923656e67f329105a6b91e1f2999fa4616aea Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 10 Jan 2015 11:39:14 +0100 Subject: Some slight cosmetic updates. Add a blank line between reports, and fix formatting of reports. --- lib/reports/sales_by_country.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/reports/sales_by_country.rb') 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 -- cgit v1.2.3