Remove the report name

This commit is contained in:
Miguel de la Cruz 2020-09-24 14:17:27 +02:00
parent e2597d9791
commit d65fe6303c

View file

@ -19,7 +19,7 @@ func (c *Campaign) PrintUserReport() {
}
}
fmt.Println("User report:\n")
fmt.Println()
w := tabwriter.NewWriter(os.Stdout, 0, 0, 3, ' ', tabwriter.AlignRight)
fmt.Fprintln(w, "GitHub username\tTickets closed\t")
fmt.Fprintln(w, "---------------\t--------------\t")