Skip to content

Commit 857a121

Browse files
committed
Remove extra whitespace
1 parent abc2471 commit 857a121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/rabbitmq/client/amqp/impl/ConsumerOutcomeTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ void discardedMessageShouldBeDeadLeadLetteredWhenConfigured() {
180180
}
181181

182182
@Test
183-
void
184-
discardedMessageWithAnnotationsShouldBeDeadLeadLetteredAndContainAnnotationsWhenConfigured() {
183+
void discardedMessageWithAnnotationsShouldBeDeadLeadLetteredAndContainAnnotationsWhenConfigured() {
185184
declareDeadLetterTopology();
186185
Publisher publisher = this.connection.publisherBuilder().queue(q).build();
187186
this.connection

0 commit comments

Comments
 (0)