pref: fix Codacy problem

This commit is contained in:
zy410419243 2018-12-02 17:28:24 +08:00 committed by 偏右
parent 2ed17d0dbe
commit bcf03a83bb

View File

@ -14,10 +14,8 @@ title:
Input type of password.
````jsx
import { Input } from 'antd';
ReactDOM.render(
<Input.Password placeholder="input password" />,
mountNode
);
ReactDOM.render(<Input.Password placeholder="input password" />, mountNode);
````