Skip to content

Commit bc8624e

Browse files
committed
placate linter
Signed-off-by: Stewart X Addison <[email protected]>
1 parent 83fa65a commit bc8624e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-cluster-dgram-reuse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const common = require('../common');
33
const os = require('os');
44
if (common.isWindows)
55
common.skip('dgram clustering is currently not supported on windows.');
6-
if (common.isAIX && os.release()=='7.3')
6+
if (common.isAIX && os.release() === '7.3')
77
common.skip('dgram clutering with reuse does not work if built on AIX 7.3.')
88

99
const assert = require('assert');

0 commit comments

Comments
 (0)