Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Nov 9, 2019
1 parent 9de3595 commit e42d436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func LoadModel(name string, params base.Params) core.ModelInterface {
case "item_pop":
return model.NewItemPop(params)
}
log.Fatalf("unkown model %s", name)
return nil
}

Expand Down

0 comments on commit e42d436

Please sign in to comment.