Fix indent

This commit is contained in:
J. Ryan Stinnett 2019-05-17 17:44:11 +01:00
parent 45cdf880b1
commit 5144907983

View file

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