Skip to content

Commit

Permalink
dialyzer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Jun 16, 2023
1 parent 3c6039f commit a8955bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ra_server_proc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ do_init(#{id := Id,
_ = spawn(fun () ->
[net_kernel:connect_node(N)
|| N <- DisconnectedNodes]
end)
end),
ok
end,
TickTime = maps:get(tick_timeout, Config),
InstallSnapRpcTimeout = maps:get(install_snap_rpc_timeout, Config),
Expand Down

0 comments on commit a8955bc

Please sign in to comment.