diff options
author | Matthew Conway <himself@mattonrails.com> | 2013-01-14 18:00:48 -0800 |
---|---|---|
committer | Matthew Conway <himself@mattonrails.com> | 2013-01-14 18:00:48 -0800 |
commit | 6bab3c86d2850c04fc31050c5d75acfc43545c0f (patch) | |
tree | 7090a579991d4b855d136a51b2977ffcda55000b | |
parent | 78fa8fc3d5215e076284b37394e5ca149e945997 (diff) |
Remove leading empty line from a template
-rw-r--r-- | priv/templates/simpleapp_sup.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/priv/templates/simpleapp_sup.erl b/priv/templates/simpleapp_sup.erl index 931db75..477479f 100644 --- a/priv/templates/simpleapp_sup.erl +++ b/priv/templates/simpleapp_sup.erl @@ -1,4 +1,3 @@ - -module({{appid}}_sup). -behaviour(supervisor). |