From 37b5c5457d51b50af1dcadaf7c85be7e7349d682 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 6 Sep 2022 00:28:29 +0530 Subject: added \n when printing wether user is a MAL supporter --- cmd/user_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/user_info.go b/cmd/user_info.go index f737f89..f8c194c 100644 --- a/cmd/user_info.go +++ b/cmd/user_info.go @@ -45,7 +45,7 @@ Currently, MyAnimeList doesn't allow reading of other users' profiles. fmt.Printf("\x1b[1;34mUser ID: \x1b[0m%d\n", userInfo.Id) if userInfo.IsSupporter { - fmt.Printf("\x1b[33mYou are a MyAnimeList Supporter.\n\x1b[0m") + fmt.Printf("\x1b[33mYou are a MyAnimeList Supporter.\n\x1b[0m\n") } }, } -- cgit v1.2.3