Make the world a better place by placing closing /> on a new line (#9699)

This commit is contained in:
Michal Srb
2017-05-16 23:42:48 +01:00
committed by Sebastian Markbåge
parent 92a57bd920
commit 685a0934a4

View File

@@ -21,7 +21,8 @@ class MarkdownEditor extends React.Component {
<h3>Input</h3>
<textarea
onChange={this.handleChange}
defaultValue={this.state.value} />
defaultValue={this.state.value}
/>
<h3>Output</h3>
<div
className="content"