Fix indent

pull/21833/head
J. Ryan Stinnett 2019-05-17 17:44:11 +01:00
parent 45cdf880b1
commit 5144907983
1 changed files with 1 additions and 1 deletions

View File

@ -63,5 +63,5 @@ export default class ViewSourceEvent extends React.PureComponent {
onClick={this.onToggle} onClick={this.onToggle}
/> />
</span>; </span>;
}
} }
}