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 04:16:24 +0300
commit3951bd9ac14138fa0ca0f1e74c3371be60185422 (patch)
tree0ba9edcd456b553ad270fbbf57dfcfa7edb59c2b /benchmark
parent8d323bb91af91aa5fc3d40cb80ca0e00be179c82 (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')
-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');