Skip to content

Commit 9dadbef

Browse files
[autofix.ci] apply automated fixes
1 parent 235bbc8 commit 9dadbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

userscripts/npmjs-to-npmx-redirect.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
// @grant none
2929
// ==/UserScript==
3030

31-
(function() {
32-
location.host = 'npmx.dev'
31+
;(function () {
32+
location.host = 'npmx.dev'
3333
})()

0 commit comments

Comments
 (0)