From dae68cb01e43973db27a8223166f9ce108139a35 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 1 Mar 2016 18:29:04 +0200 Subject: [PATCH] Remove spaces before `:`. --- lib/template.html | 10 +++++----- spec/jekyll_seo_tag_spec.rb | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/template.html b/lib/template.html index a6b3122..e457312 100644 --- a/lib/template.html +++ b/lib/template.html @@ -154,14 +154,14 @@ diff --git a/spec/jekyll_seo_tag_spec.rb b/spec/jekyll_seo_tag_spec.rb index 17c5f0e..c17f5c9 100644 --- a/spec/jekyll_seo_tag_spec.rb +++ b/spec/jekyll_seo_tag_spec.rb @@ -183,8 +183,8 @@ EOS it 'minifies JSON-LD' do expected = <<-EOS { - "@context" : "http://schema.org", - "@type" : "BlogPosting", + "@context": "http://schema.org", + "@type": "BlogPosting", "headline": "post", EOS expect(output).to match(expected)