pref: fix Codacy problem

This commit is contained in:
zy410419243 2018-12-02 17:14:25 +08:00 committed by 偏右
parent 2b07c0a730
commit 2ed17d0dbe

View File

@ -16,5 +16,8 @@ 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
);
````