mirror of
https://github.com/beego/bee.git
synced 2024-11-24 23:30:55 +00:00
Add empty line.
This commit is contained in:
parent
b94b47d7d5
commit
f8e9f67ae6
@ -166,6 +166,7 @@ func appCode(cmd *commands.Command, args []string, currpath string) {
|
||||
beeLogger.Log.Infof("Using '%s' as 'Level'", generate.Level)
|
||||
generate.GenerateAppcode(generate.SQLDriver.String(), generate.SQLConn.String(), generate.Level.String(), generate.Tables.String(), currpath)
|
||||
}
|
||||
|
||||
func migration(cmd *commands.Command, args []string, currpath string) {
|
||||
if len(args) < 2 {
|
||||
beeLogger.Log.Fatal("Wrong number of arguments. Run: bee help generate")
|
||||
|
Loading…
Reference in New Issue
Block a user