Skip to content

Commit

Permalink
Fixup: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiderkwast committed Feb 20, 2024
1 parent 360740d commit 4ea3965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ered_cluster.erl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ handle_info(Msg = {connection_status, {Pid, Addr, _Id}, Status}, State0) ->
error ->
%% Node not part of the cluster and was already removed.
State0
end,
end,
IsMaster = sets:is_element(Addr, State#st.masters),
ered_info_msg:connection_status(Msg, IsMaster, State#st.info_pid),
State1 = case Status of
Expand Down

0 comments on commit 4ea3965

Please sign in to comment.