From ab09ff53d4ceaf1d2ceb11ab99814bca5cfbeceb Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Wed, 10 Feb 2016 17:20:53 +0000 Subject: [PATCH] [website] Make 404.js line ending match internal --- website/src/react-native/404.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/react-native/404.js b/website/src/react-native/404.js index fb6bc8d0c..4b1e116ae 100755 --- a/website/src/react-native/404.js +++ b/website/src/react-native/404.js @@ -22,4 +22,4 @@ var fourOhFour = React.createClass({ } }); -module.exports = fourOhFour; \ No newline at end of file +module.exports = fourOhFour;