Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
markus812498 committed Dec 1, 2023
1 parent 8611635 commit 57b40d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_stream/src/rabbit_stream_metrics.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

init() ->
_ = rabbit_core_metrics:create_table({?TABLE_CONSUMER, set}),
_ = rabbit_core_metrics:create_table({?TABLE_PUBLISHER, set})
_ = rabbit_core_metrics:create_table({?TABLE_PUBLISHER, set}),
ok.

consumer_created(Connection,
Expand Down

0 comments on commit 57b40d2

Please sign in to comment.