Skip to content

Commit 7d9ecdb

Browse files
authored
style fix
1 parent 9801e4c commit 7d9ecdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dbal/DbalProducer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function send(Destination $destination, Message $message): void
129129
'delivery_id' => Type::STRING,
130130
'redeliver_after' => Type::BIGINT,
131131
]);
132-
132+
133133
if (1 !== $rowsAffected) {
134134
throw new Exception('The message was not enqueued. Dbal did not confirm that the record is inserted.');
135135
}

0 commit comments

Comments
 (0)