Remove newline in TicTacToe example

Summary: Really just for testing the shipit bot :)
Closes https://github.com/facebook/react-native/pull/4434

Reviewed By: svcscm

Differential Revision: D2703503

Pulled By: mkonicek

fb-gh-sync-id: 4b93638e01eaf86d63c429e6797d08095c4824ee
This commit is contained in:
mkonicek-pr-test 2015-11-30 11:08:58 -08:00 committed by facebook-github-bot-3
parent 015c6b3be2
commit 8f50ace8b3
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ class Board {
}
}
}
return this.winner() === null;
}
}