Skip to content

Commit 3951bd9

Browse files
committed
benchmark: strip BOM in dgram/bind-params
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]>
1 parent 8d323bb commit 3951bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/dgram/bind-params.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
'use strict';
22

33
const common = require('../common.js');
44
const dgram = require('dgram');

0 commit comments

Comments
 (0)