Skip to content

Commit 5c051de

Browse files
committed
format
1 parent 99d06cd commit 5c051de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/login.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func login(cmd *cobra.Command, args []string) {
8686
fmt.Printf(" first name: %s\n", *userInfo.FirstName)
8787
fmt.Printf(" last name: %s\n", *userInfo.LastName)
8888
fmt.Printf(" is admin: %t\n", userInfo.IsAdmin)
89-
9089
}
9190

9291
func init() {

0 commit comments

Comments
 (0)