diff options
author | Leo Liu <sdl.web@gmail.com> | 2016-03-21 11:54:53 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2016-03-21 11:54:53 +0800 |
commit | 04c830244de6311fe020c0c8c4de0b74c059f3e5 (patch) | |
tree | 2d3e466aa15bce734a2c63aa318596452391e4fd /priv | |
parent | d2de55d23e4d65bc78c3f065ca83282f0d014091 (diff) |
Cosmetic change: remove last comma-first style
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/app.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/priv/templates/app.erl b/priv/templates/app.erl index 83eb9a3..62d2ddf 100644 --- a/priv/templates/app.erl +++ b/priv/templates/app.erl @@ -8,8 +8,7 @@ -behaviour(application). %% Application callbacks --export([start/2 - ,stop/1]). +-export([start/2, stop/1]). %%==================================================================== %% API |