Skip to content

Commit 1364818

Browse files
committed
[skip ci] style: format code with prettier
1 parent c0bc1ba commit 1364818

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/EnhancedFolderTree.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ export interface EnhancedFolderTreeProps {
3737
showHiddenFolder?: boolean
3838
}
3939

40-
interface EnhancedFolderTreeContext
41-
extends Omit<EnhancedFolderTreeProps, "handle"> {
40+
interface EnhancedFolderTreeContext extends Omit<
41+
EnhancedFolderTreeProps,
42+
"handle"
43+
> {
4244
value: Accessor<string>
4345
}
4446

0 commit comments

Comments
 (0)