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 <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
addaleax committed Feb 24, 2017
1 parent 189b49a commit 049709b
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 049709b

Please sign in to comment.