Skip to content

Commit b6230cd

Browse files
committed
Fix linter error
1 parent c71d375 commit b6230cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

spec/meilisearch/index/search/sort_spec.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
response = @index.update_sortable_attributes(['year', 'author'])
7575
@index.wait_for_pending_update(response['updateId'])
7676
response = @index.update_ranking_rules([
77-
'sort',
78-
'words',
79-
'typo',
80-
'proximity',
81-
'attribute',
82-
'exactness'
83-
])
77+
'sort',
78+
'words',
79+
'typo',
80+
'proximity',
81+
'attribute',
82+
'exactness'
83+
])
8484
@index.wait_for_pending_update(response['updateId'])
8585
end
8686

0 commit comments

Comments
 (0)