aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reports/sales_by_date.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reports/sales_by_date.rb')
-rw-r--r--lib/reports/sales_by_date.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/reports/sales_by_date.rb b/lib/reports/sales_by_date.rb
index fa651d0..989abb6 100644
--- a/lib/reports/sales_by_date.rb
+++ b/lib/reports/sales_by_date.rb
@@ -51,6 +51,7 @@ module SalesReporter
puts "------------------------------------------"
puts "Total: #{total_streams.to_s.rjust(7)} #{total_rev.round(5).to_s.rjust(10)} EUR"
+ puts "=========================================="
end
end
end