Skip to content

Commit e73cc86

Browse files
committed
Fix function spec
1 parent 90ba8e5 commit e73cc86

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
@@ -740,7 +740,7 @@ import_state(4, #{<<"groups">> := Groups, <<"pids_groups">> := PidsGroups}) ->
740740
#?MODULE{groups = map_to_groups(Groups),
741741
pids_groups = map_to_pids_groups(PidsGroups)}.
742742

743-
- spec make_purge_nodes([node()]) -> command().
743+
- spec make_purge_nodes([node()]) -> {sac, command()}.
744744
make_purge_nodes(Nodes) ->
745745
wrap_cmd(#command_purge_nodes{nodes = Nodes}).
746746

0 commit comments

Comments
 (0)