From 7b73abcdd9a5f784198408e1ce4c3121b9394115 Mon Sep 17 00:00:00 2001 From: Roger Ogden Date: Fri, 2 Dec 2016 17:18:30 -0700 Subject: [PATCH] Deleted trailing whitespace on line 22 --- lib/jekyll/readers/data_reader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/readers/data_reader.rb b/lib/jekyll/readers/data_reader.rb index da11f1da..6744ae05 100644 --- a/lib/jekyll/readers/data_reader.rb +++ b/lib/jekyll/readers/data_reader.rb @@ -19,7 +19,7 @@ module Jekyll @content end - # Read and parse all .yaml, .yml, .json, and .csv + # Read and parse all .yaml, .yml, .json, and .csv # files under and add them to the variable. # # dir - The string absolute path of the directory to read.