format code (#884)

This commit is contained in:
Kevin Wan
2021-08-09 18:11:08 +08:00
committed by GitHub
parent a74aaf1823
commit 02adcccbf4
4 changed files with 13 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ func genCacheKeys(table parser.Table) (Key, []Key) {
return primaryKey, uniqueKey
}
func genCacheKey(db stringx.String, table stringx.String, in []*parser.Field) Key {
func genCacheKey(db, table stringx.String, in []*parser.Field) Key {
var (
varLeftJoin, varRightJon, fieldNameJoin Join
varLeft, varRight, varExpression string