Skip to content

Commit e0d4e27

Browse files
committed
pretty
1 parent 18f52a1 commit e0d4e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/withparent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export function withParent(n: HTMLElement | null, fn: (n: HTMLElement) => boolea
66
if (p == null) return null;
77
}
88
return p;
9-
}
9+
}

0 commit comments

Comments
 (0)