Skip to content

Commit 4dbdf58

Browse files
committed
chore: formatting (prettier)
1 parent 9d8b6fd commit 4dbdf58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/services/search.tabs.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ export function onTabsSearchSelectAll(panel: TabsPanel): void {
133133

134134
function findInAnotherPanel(): void {
135135
const firstMatch = Tabs.list.find(t => {
136-
return !t.pinned && (Search.check(t.title) || Search.check(t.customTitle) || Search.check(t.url))
136+
return (
137+
!t.pinned && (Search.check(t.title) || Search.check(t.customTitle) || Search.check(t.url))
138+
)
137139
})
138140
if (!firstMatch) return
139141

0 commit comments

Comments
 (0)