Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit dbe03b6

Browse files
committedOct 21, 2019
chore: fix lint
1 parent a834da1 commit dbe03b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎spec/jekyll/algolia/indexer_spec.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,9 @@
632632
let(:pluginVersion) { nil }
633633
let(:diff_keys) { nil }
634634
let(:force_settings) { nil }
635-
let(:settings) { Jekyll::Algolia::Configurator::ALGOLIA_DEFAULTS['settings'].merge({}) }
635+
let(:settings) do
636+
Jekyll::Algolia::Configurator::ALGOLIA_DEFAULTS['settings'].merge({})
637+
end
636638

637639
before do
638640
stub_const('Jekyll::Algolia::VERSION', pluginVersion)

0 commit comments

Comments
 (0)
Failed to load comments.