From 8f50ace8b3a6439fec63ea5ed8642d290c843cfd Mon Sep 17 00:00:00 2001 From: mkonicek-pr-test Date: Mon, 30 Nov 2015 11:08:58 -0800 Subject: [PATCH] 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 --- Examples/TicTacToe/TicTacToeApp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/TicTacToe/TicTacToeApp.js b/Examples/TicTacToe/TicTacToeApp.js index 15652ee4d..6d5c460cb 100755 --- a/Examples/TicTacToe/TicTacToeApp.js +++ b/Examples/TicTacToe/TicTacToeApp.js @@ -89,7 +89,6 @@ class Board { } } } - return this.winner() === null; } }