1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-02 14:04:29 -03:00

Issues details: add missing newline (#126)

add missing newline

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/126
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
This commit is contained in:
6543 2020-04-23 00:28:54 +00:00
parent 2653eaa6b2
commit e9dee07459

@ -64,7 +64,7 @@ func runIssueDetail(ctx *cli.Context, index string) error {
return err
}
fmt.Printf("#%d %s\n%s created %s\n\n%s", issue.Index,
fmt.Printf("#%d %s\n%s created %s\n\n%s\n", issue.Index,
issue.Title,
issue.Poster.UserName,
issue.Created.Format("2006-01-02 15:04:05"),