mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Fix squirrel test build
This commit is contained in:
@@ -2,8 +2,8 @@ package squirrel
|
||||
|
||||
type StatementBuilderType struct{}
|
||||
|
||||
func Expr(e string) string {
|
||||
return Expr(e)
|
||||
func Expr(e string, args ...interface{}) string {
|
||||
return Expr(e, args...)
|
||||
}
|
||||
|
||||
var StatementBuilder = &StatementBuilderType{}
|
||||
|
||||
Reference in New Issue
Block a user