go: format report printing msg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-06-17 21:37:01 +02:00
parent 3e24a71283
commit b60b2447f7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -14,7 +14,7 @@
// Print prints stats in a report format.
func Print() {
fmt.Fprint(os.Stderr, " printing report...")
fmt.Fprint(os.Stderr, "\n* printing the report...\n\n")
// when run from the repo root
fname := "report/report.tex"