Browse Source

Cosmetic change: remove last comma-first style

pull/1131/head
Leo Liu 9 years ago
parent
commit
04c830244d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      priv/templates/app.erl

+ 1
- 2
priv/templates/app.erl View File

@ -8,8 +8,7 @@
-behaviour(application).
%% Application callbacks
-export([start/2
,stop/1]).
-export([start/2, stop/1]).
%%====================================================================
%% API

Loading…
Cancel
Save