summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMatthew Conway <himself@mattonrails.com>2013-01-14 18:00:48 -0800
committerMatthew Conway <himself@mattonrails.com>2013-01-14 18:00:48 -0800
commit6bab3c86d2850c04fc31050c5d75acfc43545c0f (patch)
tree7090a579991d4b855d136a51b2977ffcda55000b /priv
parent78fa8fc3d5215e076284b37394e5ca149e945997 (diff)
downloadrebar-6bab3c86d2850c04fc31050c5d75acfc43545c0f.tar.gz
Remove leading empty line from a template
Diffstat (limited to 'priv')
-rw-r--r--priv/templates/simpleapp_sup.erl1
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).