diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-25 21:15:51 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-25 21:15:51 +0900 |
commit | 8bf5c41b132f14abaebf5d842df45c1ef04af864 (patch) | |
tree | 3292530722fc7805773b7ffb40db0d79c992d31a /template | |
parent | 9c6d01c6a9823d7db1b797b0e6bf1e7de79637d0 (diff) | |
download | vim-sonictemplate-8bf5c41b132f14abaebf5d842df45c1ef04af864.tar.gz vim-sonictemplate-8bf5c41b132f14abaebf5d842df45c1ef04af864.tar.bz2 vim-sonictemplate-8bf5c41b132f14abaebf5d842df45c1ef04af864.zip |
remove empty lines.
Diffstat (limited to 'template')
-rw-r--r-- | template/main.python | 2 |
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() |