diff options
| -rw-r--r-- | cmd/user_info.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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")  		}  	},  } |