mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 09:15:26 +01: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:
		| @@ -64,7 +64,7 @@ func runIssueDetail(ctx *cli.Context, index string) error { | |||||||
| 		return err | 		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.Title, | ||||||
| 		issue.Poster.UserName, | 		issue.Poster.UserName, | ||||||
| 		issue.Created.Format("2006-01-02 15:04:05"), | 		issue.Created.Format("2006-01-02 15:04:05"), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 6543
					6543