Skip to content

Commit a435248

Browse files
committed
Fix function spec
1 parent d8c28d2 commit a435248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_stream_sac_coordinator.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ import_state(4, #{<<"groups">> := Groups, <<"pids_groups">> := PidsGroups}) ->
742742
#?MODULE{groups = map_to_groups(Groups),
743743
pids_groups = map_to_pids_groups(PidsGroups)}.
744744

745-
- spec make_purge_nodes([node()]) -> command().
745+
- spec make_purge_nodes([node()]) -> {sac, command()}.
746746
make_purge_nodes(Nodes) ->
747747
wrap_cmd(#command_purge_nodes{nodes = Nodes}).
748748

0 commit comments

Comments
 (0)