Skip to content

Commit f649abd

Browse files
committed
Style fix
1 parent 1aead9e commit f649abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crud/select/compat/select_old.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ local function build_select_iterator(space_name, user_conditions, opts)
8787
local batch_size = opts.batch_size or common.DEFAULT_BATCH_SIZE
8888

8989
-- check conditions
90-
local conditions, err = compare_conditions.parse(user_conditions, space_format)
90+
local conditions, err = compare_conditions.parse(user_conditions)
9191
if err ~= nil then
9292
return nil, SelectError:new("Failed to parse conditions: %s", err)
9393
end

0 commit comments

Comments
 (0)