mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 12:55:49 -05:00
Fix whitespaces
This commit is contained in:
@@ -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} />;
|
||||
|
||||
Reference in New Issue
Block a user