Comply w/ coding style: consistency

This commit is contained in:
Lyubo Marinov 2017-03-28 11:43:33 -05:00
parent c5eac63da1
commit 4e276471e5
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ export class App extends AbstractApp {
* by this app.
*
* @inheritdoc
* @see https://facebook.github.io/react-native/docs/linking.html
* @returns {void}
* @see https://facebook.github.io/react-native/docs/linking.html
*/
componentWillMount() {
super.componentWillMount();
@ -61,8 +61,8 @@ export class App extends AbstractApp {
* handled by this app.
*
* @inheritdoc
* @see https://facebook.github.io/react-native/docs/linking.html
* @returns {void}
* @see https://facebook.github.io/react-native/docs/linking.html
*/
componentWillUnmount() {
Linking.removeEventListener('url', this._onLinkingURL);