Ver código fonte

Remove export_all in simplemod template

pull/3/head
Tuncer Ayaz 13 anos atrás
pai
commit
769160ac36
1 arquivos alterados com 0 adições e 4 exclusões
  1. +0
    -4
      priv/templates/simplemod.erl

+ 0
- 4
priv/templates/simplemod.erl Ver arquivo

@ -2,9 +2,5 @@
-export([my_func/0]).
-ifdef(TEST).
-compile(export_all).
-endif.
my_func() ->
ok.

Carregando…
Cancelar
Salvar