8000 indentation · DukeDeng/rabbitmq-tutorials@34abded · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 34abded

Browse files
committed
indentation
1 parent 6f61eb8 commit 34abded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript-nodejs/src/receive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ amqp.connect('amqp://localhost', function(err, conn) {
99
ch.assertQueue(q, {durable: false});
1010
console.log(" [*] Waiting for messages in %s. To exit press CTRL+C", q);
1111
ch.consume(q, function(msg) {
12-
console.log(" [x] Received %s", msg.content.toString());
13-
}, {noAck: true});
12+
console.log(" [x] Received %s", msg.content.toString());
13+
}, {noAck: true});
1414
});
1515
});

0 commit comments

Comments
 (0)
0