Skip to content

Commit 746ddef

Browse files
author
Matthew Sackman
committed
Whitespace / cosmetic
1 parent f331c39 commit 746ddef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/src/com/rabbitmq/client/test/functional/ExchangeExchangeBindings.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void testExchangeRoutingLoop() throws IOException,
178178
channel.exchangeUnbind("e1", "e2", "");
179179
channel.exchangeUnbind("e2", "e0", "");
180180
}
181-
181+
182182
/* pre (eN --> qN) for N in [0..2]
183183
* create topic e and bind e --> eN with rk eN for N in [0..2]
184184
* test publish with rk to e
@@ -190,7 +190,8 @@ public void testExchangeRoutingLoop() throws IOException,
190190
* Then remove the first set of bindings from e --> eN for N in [0..2]
191191
* test publish with rk to e
192192
*/
193-
public void testTopicExchange() throws IOException, ShutdownSignalException, InterruptedException {
193+
public void testTopicExchange() throws IOException, ShutdownSignalException,
194+
InterruptedException {
194195
channel.exchangeDeclare("e", "topic");
195196
for (String e : exchanges) {
196197
channel.exchangeBind(e, "e", e);
@@ -214,7 +215,7 @@ public void testTopicExchange() throws IOException, ShutdownSignalException, Int
214215
for (QueueingConsumer c : consumers) {
215216
consumeNoDuplicates(c);
216217
}
217-
218+
218219
channel.exchangeDelete("ef");
219220

220221
for (String e : exchanges) {

0 commit comments

Comments
 (0)