Skip to content

Commit

Permalink
benchmark: strip BOM in dgram/bind-params
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
addaleax committed Feb 24, 2017
1 parent 8d323bb commit 3951bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/dgram/bind-params.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use strict';

const common = require('../common.js');
const dgram = require('dgram');
Expand Down

0 comments on commit 3951bd9

Please sign in to comment.