aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reports/sales_by_country.rb
diff options
context:
space:
mode:
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