diff --git a/examples/simple-jsbeautifyrc/jsx/expected/test.jsx b/examples/simple-jsbeautifyrc/jsx/expected/test.jsx index 7026b76..d8cef2f 100644 --- a/examples/simple-jsbeautifyrc/jsx/expected/test.jsx +++ b/examples/simple-jsbeautifyrc/jsx/expected/test.jsx @@ -1,10 +1,7 @@ var Mist = React.createClass({ renderList: function() { - return this - .props - .items - .map(function(item) { - return {item}} key={item.id}/>; - }); + return this.props.items.map(function(item) { + return {item}} key={item.id}/>; + }); } }); \ No newline at end of file