Skip to content

Commit

Permalink
Format & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoachtig committed Nov 20, 2024
1 parent 0fc9b46 commit bcd5aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gitbook/src/components/Search/HighlightQuery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function HighlightQuery(props: {
'-mx-0.5',
'py-0.5',
'rounded',
'straight-corners:rounded-sm'
'straight-corners:rounded-sm',
],
} = props;
const matches = matchString(text, query);
Expand Down

0 comments on commit bcd5aa7

Please sign in to comment.