diff --git a/cmd/user_data.go b/cmd/user_data.go index 3a1c8df0..697e455b 100644 --- a/cmd/user_data.go +++ b/cmd/user_data.go @@ -297,7 +297,7 @@ func listUserTokens(c *cli.Context) error { for i := 0; i < len(tokens); i++ { printTokenInfo(tokens[i]) - if i < len(tokens) - 1 { + if i < len(tokens)-1 { fmt.Printf("---\n") } }