Remove the report name
This commit is contained in:
parent
e2597d9791
commit
d65fe6303c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
w := tabwriter.NewWriter(os.Stdout, 0, 0, 3, ' ', tabwriter.AlignRight)
|
||||||
fmt.Fprintln(w, "GitHub username\tTickets closed\t")
|
fmt.Fprintln(w, "GitHub username\tTickets closed\t")
|
||||||
fmt.Fprintln(w, "---------------\t--------------\t")
|
fmt.Fprintln(w, "---------------\t--------------\t")
|
||||||
|
|
Loading…
Reference in a new issue