Skip to content

Commit

Permalink
fix: make dialyzer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMoen committed May 29, 2023
1 parent cb05406 commit 6f90369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/emqx_machine/src/emqx_machine_boot.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
-export([stop_port_apps/0]).

-dialyzer({no_match, [basic_reboot_apps/0]}).
-dialyzer({no_match, [basic_reboot_apps_edition/1]}).

-ifdef(TEST).
-export([sorted_reboot_apps/1, reboot_apps/0]).
Expand Down

0 comments on commit 6f90369

Please sign in to comment.