aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-25 21:15:51 +0900
committermattn <mattn.jp@gmail.com>2011-10-25 21:15:51 +0900
commit8bf5c41b132f14abaebf5d842df45c1ef04af864 (patch)
tree3292530722fc7805773b7ffb40db0d79c992d31a
parent9c6d01c6a9823d7db1b797b0e6bf1e7de79637d0 (diff)
downloadvim-sonictemplate-8bf5c41b132f14abaebf5d842df45c1ef04af864.tar.gz
vim-sonictemplate-8bf5c41b132f14abaebf5d842df45c1ef04af864.tar.bz2
vim-sonictemplate-8bf5c41b132f14abaebf5d842df45c1ef04af864.zip
remove empty lines.
-rw-r--r--template/main.python2
1 files changed, 0 insertions, 2 deletions
diff --git a/template/main.python b/template/main.python
index 6f1b9a0..e40b7ba 100644
--- a/template/main.python
+++ b/template/main.python
@@ -1,10 +1,8 @@
# vim: fileencoding=utf-8
-
def main():
{{_cursor_}}
-
if __name__ == '__main__':
main()