Skip to content
Prev Previous commit
Next Next commit
fixup: fix funky indentation
  • Loading branch information
Trott committed Nov 30, 2015
commit 26b56c0890a0525874fc4d5845be6c7a5c93391e
10 changes: 5 additions & 5 deletions test/internet/test-dgram-multicast-multi-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ const fork = require('child_process').fork;
const LOCAL_BROADCAST_HOST = '224.0.0.114';
const TIMEOUT = common.platformTimeout(5000);
const messages = [
new Buffer('First message to send'),
new Buffer('Second message to send'),
new Buffer('Third message to send'),
new Buffer('Fourth message to send')
];
new Buffer('First message to send'),
new Buffer('Second message to send'),
new Buffer('Third message to send'),
new Buffer('Fourth message to send')
];

// skip test in FreeBSD jails
if (common.inFreeBSDJail) {
Expand Down