Skip to content

Commit 0b3913f

Browse files
Formatting
1 parent ebecded commit 0b3913f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

deps/rabbit/src/rabbit_quorum_queue.erl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,16 +1612,16 @@ make_ra_conf(Q, ServerId, TickTimeout, SnapshotInterval) ->
16121612
FName = rabbit_misc:rs(QName),
16131613
Formatter = {?MODULE, format_ra_event, [QName]},
16141614
#{cluster_name => ClusterName,
1615-
id => ServerId,
1616-
uid => UId,
1617-
friendly_name => FName,
1618-
metrics_key => QName,
1619-
initial_members => Members,
1620-
log_init_args => #{uid => UId,
1621-
snapshot_interval => SnapshotInterval},
1622-
tick_timeout => TickTimeout,
1623-
machine => RaMachine,
1624-
ra_event_formatter => Formatter}.
1615+
id => ServerId,
1616+
uid => UId,
1617+
friendly_name => FName,
1618+
metrics_key => QName,
1619+
initial_members => Members,
1620+
log_init_args => #{uid => UId,
1621+
snapshot_interval => SnapshotInterval},
1622+
tick_timeout => TickTimeout,
1623+
machine => RaMachine,
1624+
ra_event_formatter => Formatter}.
16251625

16261626
make_mutable_config(Q) ->
16271627
QName = amqqueue:get_name(Q),

0 commit comments

Comments
 (0)