Fix whitespaces

This commit is contained in:
Mohamed Hegazy 2016-01-07 15:01:00 -08:00
parent ec70105c9d
commit 8f273dca62

View file

@ -2,12 +2,12 @@
//@reactNamespace: myReactLib
declare var myReactLib: any;
declare var foo: any;
declare var foo: any;
declare var Bar: any;
declare var x: any;
<foo data/>;
<Bar x={x} />;
<x-component />;
<Bar {...x} />;
<Bar { ...x } y={2} />;
<Bar x={x} />;
<x-component />;
<Bar {...x} />;
<Bar { ...x } y={2} />;