Skip to content

Commit ef35cd5

Browse files
committed
Add default queue implementation
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent e102278 commit ef35cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/rabbitmqamqp/amqp_connection_recovery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (q *queueRecoveryRecord) toIQueueSpecification() IQueueSpecification {
127127
Arguments: q.arguments,
128128
}
129129
}
130-
return nil
130+
131131
}
132132

133133
type exchangeRecoveryRecord struct {

0 commit comments

Comments
 (0)