Skip to content

Commit

Permalink
Comply w/ coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomir committed Feb 21, 2017
1 parent 023359b commit 26e119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/base/react/components/Container.native.js
Expand Up @@ -18,7 +18,7 @@ export class Container extends AbstractContainer {
*
* @static
*/
static propTypes = AbstractContainer.propTypes;
static propTypes = AbstractContainer.propTypes

/**
* Implements React's {@link Component#render()}.
Expand Down

3 comments on commit 26e119b

@saghul
Copy link
Member

@saghul saghul commented on 26e119b Feb 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed we don't do this across the code, is there a reason not to end the statement with a semicolon here too?

@lyubomir
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reverted it because that's what we have elsewhere. Otherwise, I've noticed that you and Illia put them so I thought I'd go and add it to all of them in 1 commit.

@saghul
Copy link
Member

@saghul saghul commented on 26e119b Feb 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds great :-) My editor complained so I added it thinking it was an oversight, and I just realized it was indeed missing elsewhere. Good catch 👍

Please sign in to comment.