Skip to content

Commit

Permalink
Revert "made linting changes"
Browse files Browse the repository at this point in the history
This reverts commit b1e3d31.
  • Loading branch information
DylanTet committed Oct 29, 2023
1 parent b1e3d31 commit d9f1ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ function installObjectURLMethods() {
}

function revokeObjectURL(url) {

if (arguments.length === 0) {
throw new ERR_MISSING_ARGS('url');
}
Expand Down
1 change: 1 addition & 0 deletions test/parallel/test-url-revokeobjecturl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use strict';
const common = require('../common');

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

Expand Down

0 comments on commit d9f1ca6

Please sign in to comment.