Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-02-21 20:34:41 +0300
committerAnna Henningsen <anna@addaleax.net>2017-02-24 03:54:45 +0300
commit049709b07d506780919f4b189c482fd730591128 (patch)
tree8727b2571d478b92bd09dda8c3ed3c1343ae2717 /benchmark/dgram
parent189b49a4d3bbca960c289e2d673648d909aff737 (diff)
benchmark: strip BOM in dgram/bind-params
PR-URL: https://github.com/nodejs/node/pull/11479 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'benchmark/dgram')
-rw-r--r--benchmark/dgram/bind-params.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/dgram/bind-params.js b/benchmark/dgram/bind-params.js
index 6f641f7f570..92e9b7f85b1 100644
--- a/benchmark/dgram/bind-params.js
+++ b/benchmark/dgram/bind-params.js
@@ -1,4 +1,4 @@
-'use strict';
+'use strict';
const common = require('../common.js');
const dgram = require('dgram');