From 04c830244de6311fe020c0c8c4de0b74c059f3e5 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Mon, 21 Mar 2016 11:54:53 +0800 Subject: Cosmetic change: remove last comma-first style --- priv/templates/app.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'priv') 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 -- cgit v1.1