Spaces before/after curlies

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Germain 2021-06-22 10:06:31 +01:00 committed by GitHub
parent 88d25ad6af
commit e9d87478e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -162,4 +162,3 @@ export default class IncomingCallBox extends React.Component<IProps, IState> {
</div>; </div>;
} }
} }