Explorar el Código

chore: rename {mod} to module

zhongwencool hace 2 años
padre
commit
6c6ff4ea1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/emqx/src/emqx_config_handler.erl

+ 1 - 1
apps/emqx/src/emqx_config_handler.erl

@@ -46,7 +46,7 @@
 
 -export([schema/2]).
 
--define(MOD, {mod}).
+-define(MOD, module).
 -define(WKEY, '?').
 
 -type handler_name() :: module().