From a4171db345b47c5bd63c38d28fb593c2708e0e22 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sun, 4 Nov 2018 20:52:35 +0100 Subject: [PATCH] style: Metrics/LineLength --- lib/jekyll/excerpt.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/jekyll/excerpt.rb b/lib/jekyll/excerpt.rb index 7242c6c5a67..202c9bb3d4b 100644 --- a/lib/jekyll/excerpt.rb +++ b/lib/jekyll/excerpt.rb @@ -183,9 +183,8 @@ def print_build_warning Jekyll.logger.warn "", "The block has been modified with the appropriate" \ " closing tag." Jekyll.logger.warn "", "Feel free to define a custom excerpt or" \ - "excerpt_separator in the" - Jekyll.logger.warn "", "document's Front Matter if the generated excerpt" \ - " is unsatisfactory." + " excerpt_separator in the document's front matter" \ + " if the generated excerpt is unsatisfactory." end end end