Skip to content

Commit f60c6df

Browse files
committed
linter fix
1 parent cd26b45 commit f60c6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/module-hooks/test-module-hooks-load-url-change-require.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const hook = registerHooks({
2020
assert.strictEqual(url, 'foo://bar');
2121
return nextLoad(
2222
fixtures.fileURL('module-hooks', 'redirected-fs.js').href,
23-
context
23+
context,
2424
);
2525
}),
2626
});

0 commit comments

Comments
 (0)