8000 line too long · DukeDeng/rabbitmq-tutorials@db76aa7 · GitHub
[go: up one dir, main page]

Skip to content

Commit db76aa7

Browse files
committed
line too long
1 parent 636c23b commit db76aa7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

javascript-nodejs/src/rpc_client.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env node
22

3-
43
var amqp = require('amqplib/callback_api');
54

65
var args = process.argv.slice(2);
@@ -33,5 +32,7 @@ amqp.connect('amqp://localhost', function(err, conn) {
3332
});
3433

3534
function generateUuid() {
36-
return Math.random().toString() + Math.random().toString() + Math.random().toString();
35+
return Math.random().toString() +
36+
Math.random().toString() +
37+
Math.random().toString();
3738
}

0 commit comments

Comments
 (0)
0