Removed an unnecessary new-line

This commit is contained in:
Brian Vaughn
2017-11-07 15:26:08 +00:00
committed by GitHub
parent b66d5442f9
commit 0021670de2

View File

@@ -172,7 +172,6 @@ If you are using a Babel transform like [transform-class-properties](https://bab
```javascript
class Greeting extends React.Component {
static defaultProps = {
name: 'stranger'
}