Fix closing brace in infoCmd() function

This commit is contained in:
Elara 2022-12-01 07:16:54 +00:00 committed by GitHub
parent 78f710e94f
commit 5df16f085e
1 changed files with 2 additions and 1 deletions

View File

@ -59,4 +59,5 @@ func infoCmd(c *cli.Context) error {
fmt.Println("---")
}
return nil
return nil
}