Skip to content

Commit 168aa63

Browse files
committed
fmt
1 parent 2136a49 commit 168aa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type HTMLAnchorProps = DetailedHTMLProps<
1111
>;
1212

1313
// eslint-disable-next-line @typescript-eslint/no-empty-interface
14-
export interface RegisterLink { }
14+
export interface RegisterLink {}
1515

1616
export type RegisteredLinkProps = RegisterLink extends { Link: infer Link }
1717
? Omit<UnpackProps<Link>, "children">

0 commit comments

Comments
 (0)