Skip to content

Commit c03d90f

Browse files
Pass Dialyzer
1 parent d109430 commit c03d90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_vhosts.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ on_node_up(_Node) ->
7878
DelayInSeconds = 10,
7979
Delay = DelayInSeconds * 1000,
8080
rabbit_log:debug("Will reschedule virtual host process reconciliation after ~b seconds", [DelayInSeconds]),
81-
timer:apply_after(Delay, ?MODULE, reconcile_once, []),
81+
_ = timer:apply_after(Delay, ?MODULE, reconcile_once, []),
8282
ok
8383
end.
8484

0 commit comments

Comments
 (0)