From bb3ae6bc12fed28fae83a635c5f1579d750ca4dd Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 26 Nov 2011 19:13:51 -0800 Subject: [PATCH] whitespace --- blog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.rb b/blog.rb index b7937b2..e1e8d46 100755 --- a/blog.rb +++ b/blog.rb @@ -186,7 +186,7 @@ class Blag end def post_rss_template - @post_rss_template ||= File.read(File.join('templates', 'blog', 'post.rss.html')) + @post_rss_template ||= File.read(File.join('templates', 'blog', 'post.rss.html')) end def read_blog