fix(emqx_resource): dialyzer issues

This commit is contained in:
Shawn 2021-06-07 22:08:21 +08:00
parent 3c1c457697
commit 149a54cef4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
parse_transform(Forms, _Opts) -> parse_transform(Forms, _Opts) ->
Mod = hd([M || {attribute, _, module, M} <- Forms]), Mod = hd([M || {attribute, _, module, M} <- Forms]),
AST = trans(Mod, proplists:delete(eof, Forms)), AST = trans(Mod, proplists:delete(eof, Forms)),
debug_print(Mod, AST), _ = debug_print(Mod, AST),
AST. AST.
-ifdef(RESOURCE_DEBUG). -ifdef(RESOURCE_DEBUG).