Skip to content

Commit adea9b0

Browse files
committed
fix: code format
code format
1 parent c27d346 commit adea9b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/tree/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ const TreeView: React.FunctionComponent<ITreeProps> = (props: ITreeProps) => {
206206
updateFile &&
207207
updateFile(item, e.target.value, index);
208208
}}
209-
onChange={(e) => { }}
209+
onChange={(e) => {}}
210210
/>
211211
) : (
212-
name
213-
)
212+
name
213+
)
214214
}
215215
key={id}
216216
icon={modify ? '' : <Icon type={icon} />}

0 commit comments

Comments
 (0)