From f7310f554e45765c9e0076fb864b4907e8d4c9da Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 15 Apr 2013 00:32:04 +0200 Subject: [PATCH] Whitespace in post.rb --- lib/jekyll/post.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/jekyll/post.rb b/lib/jekyll/post.rb index 5ea56898..44979309 100644 --- a/lib/jekyll/post.rb +++ b/lib/jekyll/post.rb @@ -39,7 +39,7 @@ module Jekyll self.categories = dir.downcase.split('/').reject { |x| x.empty? } self.process(name) - begin + begin self.read_yaml(@base, name) rescue Exception => msg raise FatalException.new("#{msg} in #{@base}/#{name}") @@ -246,7 +246,7 @@ module Jekyll do_layout(payload, layouts) end - + # Obtain destination path. # # dest - The String path to the destination dir.