Skip to content

Commit b1e3d31

Browse files
committed
made linting changes
1 parent 29f1c7b commit b1e3d31

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/internal/url.js

-1
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ function installObjectURLMethods() {
11041104
}
11051105

11061106
function revokeObjectURL(url) {
1107-
11081107
if (arguments.length === 0) {
11091108
throw new ERR_MISSING_ARGS('url');
11101109
}

test/parallel/test-url-revokeobjecturl.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use strict';
2-
const common = require('../common');
32

43
// Test ensures that the function receives the url argument.
54

0 commit comments

Comments
 (0)