Skip to content

Commit 536ef71

Browse files
RonanLOUARNandreibondarev
authored andcommitted
chore(linter) Fix linter errors
1 parent 9591de5 commit 536ef71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/qdrant/collections.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def create_index(
9999
req.params["ordering"] = ordering unless ordering.nil?
100100
# Add explicit false check to avoid nil case. True is default behavior.
101101
req.params["wait"] = wait unless wait.nil?
102-
req.body = { field_name: field_name }
102+
req.body = {field_name: field_name}
103103
req.body["field_schema"] = field_schema unless field_schema.nil?
104104
end
105105

0 commit comments

Comments
 (0)