Delete empty line at bottom of file.
authorSean Hammond <seanh@sdf.lonestar.org>
Tue, 28 Sep 2010 02:30:44 +0000 (19:30 -0700)
committerSean Hammond <seanh@sdf.lonestar.org>
Tue, 28 Sep 2010 02:30:44 +0000 (19:30 -0700)
markdown-plugin.py

index 8a262b051b86cb586a0ead05b936a32a6f176256..73e370a35a736e1d8895af7dfcb9b2e9e379a27b 100644 (file)
@@ -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

Benjamin Mako Hill || Want to submit a patch?