Skip to content

Commit

Permalink
fix(coltypes): align imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kropachev committed Jun 8, 2023
1 parent 28478f6 commit cfbf0fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/coltypes/bag.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func (ct *BagType) CQLPretty(query string, value []interface{}) (string, int) {
op, cl := "[", "]"
if ct.Kind == "set" {
op, cl = "{", "}"

}
vv := op
vv += strings.Repeat("?,", s.Len())
Expand Down

0 comments on commit cfbf0fd

Please sign in to comment.