// bad 禁止大括号内前后有空格
let foo: any = <img width={ 100 } />;
let bar: any = <div style={ { color: 'red' } } />;
