Skip to content

Commit c352eed

Browse files
committed
Fix specification
1 parent d04ccdb commit c352eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_stream_common/src/rabbit_stream_core.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
{exchange_command_versions,
116116
[{Command :: atom(), MinVersion :: command_version(),
117117
MaxVersion :: command_version()}]} |
118-
{stream_stats, Stream :: binary()},
118+
{stream_stats, Stream :: binary()} |
119119
{create_super_stream, stream_name(), Partitions :: [binary()], RoutingKeys :: [binary()], Args :: #{binary() => binary()}} |
120120
{delete_super_stream, stream_name()}} |
121121
{response, correlation_id(),
@@ -127,7 +127,7 @@
127127
delete_stream |
128128
close |
129129
sasl_authenticate |
130-
create_super_stream,
130+
create_super_stream |
131131
delete_super_stream,
132132
response_code()} |
133133
{query_publisher_sequence, response_code(), sequence()} |

0 commit comments

Comments
 (0)