Delete extra blank line

This commit is contained in:
ztplz
2018-11-10 22:40:53 +08:00
committed by 偏右
parent a616f89a1b
commit 3130a9584d

View File

@@ -39,7 +39,6 @@ export interface AntTreeNodeProps {
selectable?: boolean;
icon?: ((treeNode: AntdTreeNodeAttribute) => React.ReactNode) | React.ReactNode;
children?: React.ReactNode;
[customProp: string]: any;
}