8000 chore: format with Prettier · zhang-wangz/LeetCodeRating@6411ab0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6411ab0

Browse files
chore: format with Prettier
1 parent 62c70a1 commit 6411ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcodeRating_greasyfork.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
let matchingLinks = Array.from(links).filter(link => {
10421042
return (
10431043
!link.getAttribute('linkId') &&
1044-
link.href.match(pbUrl) &&
1044+
link.href.match(pbUrl) &&
10451045
!link.href.match(pbSubmissionsUrl) &&
10461046
!link.href.match(pbSolutionUrl)
10471047
);

0 commit comments

Comments
 (0)
0