Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaibbq committed Apr 11, 2024
1 parent 82392e2 commit 041c695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ func NewCatalog(db *sql.DB) (*Catalog, error) {
NamePath: []string{"contains_substr"},
Language: "SQL",
Args: []*NameWithType{
&NameWithType{Name: "expression", Type: &Type{Name: "expression", Kind: types.STRING, SignatureKind: types.ArgTypeArbitrary}},
&NameWithType{Name: "search_value_literal", Type: &Type{Name: "search_value_literal", Kind: types.STRING, SignatureKind: types.ArgTypeFixed}},
{Name: "expression", Type: &Type{Name: "expression", Kind: types.STRING, SignatureKind: types.ArgTypeArbitrary}},
{Name: "search_value_literal", Type: &Type{Name: "search_value_literal", Kind: types.STRING, SignatureKind: types.ArgTypeFixed}},
},
Return: &Type{Name: "BOOL", Kind: types.BOOL, SignatureKind: types.ArgTypeFixed},
}); err != nil {
Expand Down

0 comments on commit 041c695

Please sign in to comment.