mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
format code
This commit is contained in:
+1
-1
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user