From f4830e7fa81cda7b3b85c9e3e4489e1298720466 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Mon, 27 Sep 2010 19:30:44 -0700 Subject: [PATCH] Delete empty line at bottom of file. --- markdown-plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-plugin.py b/markdown-plugin.py index 8a262b0..73e370a 100644 --- a/markdown-plugin.py +++ b/markdown-plugin.py @@ -54,4 +54,4 @@ def cb_story(args): if os.path.splitext(entry['filename'])[1] in FILENAME_EXTENSIONS: entry['body'] = md.convert(''.join(entry['body'])) md.reset() - return args + return args \ No newline at end of file -- 2.30.2