Skip to content

Commit d9f1ca6

Browse files
committed
Revert "made linting changes"
This reverts commit b1e3d31.
1 parent b1e3d31 commit d9f1ca6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/internal/url.js

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

11061106
function revokeObjectURL(url) {
1107+
11071108
if (arguments.length === 0) {
11081109
throw new ERR_MISSING_ARGS('url');
11091110
}

test/parallel/test-url-revokeobjecturl.js

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

34
// Test ensures that the function receives the url argument.
45

0 commit comments

Comments
 (0)