Skip to content

Commit

Permalink
Added horizontal lines between each entry for ease of reading
Browse files Browse the repository at this point in the history
  • Loading branch information
steve authored and steve committed Mar 14, 2008
1 parent da00ee1 commit 4d8d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _printlog/printlog.rb
Expand Up @@ -84,8 +84,8 @@ def tabular_invoice_report(entries)
formatted_date = "| " + entry.date.to_s + " |"
formatted_message = format_message(entry.message, time, total)
output << (formatted_date + formatted_message)
output << horizontal_separator
end
output << horizontal_separator
output << " "*85 + "TOTALS:\n"
output
end
Expand Down

0 comments on commit 4d8d9ee

Please sign in to comment.