lint: fix lll
This commit is contained in:
@@ -478,7 +478,8 @@ func GenerateModelTestAST(tbl pkgschema.Table, schema pkgschema.Schema, gomodNam
|
||||
ast.NewIdent("t"),
|
||||
&ast.CallExpr{
|
||||
Fun: &ast.SelectorExpr{X: testDB, Sel: ast.NewIdent(
|
||||
"Get" + inflection.Plural(pkgschema.TypenameFromTablename(tbl.TableName)) + "By" + funcNameSuffix,
|
||||
"Get" + inflection.Plural(pkgschema.TypenameFromTablename(tbl.TableName)) +
|
||||
"By" + funcNameSuffix,
|
||||
)},
|
||||
Args: callArgs,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user