summaryrefslogtreecommitdiff
path: root/priv/templates/otp_app.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/otp_app.app.src')
-rw-r--r--priv/templates/otp_app.app.src20
1 files changed, 10 insertions, 10 deletions
diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src
index 5188f56..d5ea3d2 100644
--- a/priv/templates/otp_app.app.src
+++ b/priv/templates/otp_app.app.src
@@ -1,12 +1,12 @@
{application, {{name}},
- [{description, "{{desc}}"}
- ,{vsn, "0.1.0"}
- ,{registered, []}
- ,{mod, {'{{name}}_app', []}}
- ,{applications,
- [kernel
- ,stdlib
- ]}
- ,{env,[]}
- ,{modules, []}
+ [{description, "{{desc}}"},
+ {vsn, "0.1.0"},
+ {registered, []},
+ {mod, {'{{name}}_app', []}},
+ {applications,
+ [kernel,
+ stdlib
+ ]},
+ {env,[]},
+ {modules, []}
]}.