1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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>;
}
} }
}