Skip to content

Commit 29416f4

Browse files
committed
Appease eslint
1 parent b52bb22 commit 29416f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/browser/ui/ReactDOMComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ ReactDOMComponent.Mixin = {
216216
assertValidProps(this, this._currentElement.props);
217217
var tagOpen = this._createOpenTagMarkupAndPutListeners(transaction);
218218
var tagContent = this._createContentMarkup(transaction, context);
219-
if(!tagContent && omittedCloseTags[this._tag]){
219+
if (!tagContent && omittedCloseTags[this._tag]) {
220220
return tagOpen + '/>';
221221
}
222222
return tagOpen + '>' + tagContent + '</' + this._tag + '>';

0 commit comments

Comments
 (0)