Przeglądaj źródła

remove include of rebar header from plugin template

pull/21/head
Tristan Sloughter 10 lat temu
rodzic
commit
6914429bc6
1 zmienionych plików z 1 dodań i 3 usunięć
  1. +1
    -3
      priv/templates/plugin.erl.dtl

+ 1
- 3
priv/templates/plugin.erl.dtl Wyświetl plik

@ -3,10 +3,8 @@
-export([init/1, do/1, format_error/1]).
-include_lib("rebar3/include/rebar.hrl").
-define(PROVIDER, {{name}}).
-define(DEPS, []).
-define(DEPS, [app_discovery]).
%% ===================================================================
%% Public API

Ładowanie…
Anuluj
Zapisz