From dd5b20ffaa4cd8028b176bd4e20cf6017cd560b4 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 28 Oct 2021 10:46:08 -0300 Subject: [PATCH] Code style check --- spec/jekyll_seo_tag_integration_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/jekyll_seo_tag_integration_spec.rb b/spec/jekyll_seo_tag_integration_spec.rb index 093bff2..cde2e77 100755 --- a/spec/jekyll_seo_tag_integration_spec.rb +++ b/spec/jekyll_seo_tag_integration_spec.rb @@ -614,10 +614,10 @@ RSpec.describe Jekyll::SeoTag do context "with site.webmaster_verifications" do let(:site_verifications) do { - "google" => "foo", - "bing" => "bar", - "alexa" => "baz", - "yandex" => "bat", + "google" => "foo", + "bing" => "bar", + "alexa" => "baz", + "yandex" => "bat", "facebook" => "bas", } end