Skip to content

Commit 9c0906b

Browse files
fredemmottFacebook Github Bot 6
authored andcommitted
./website/src/react-native/404.js: dos2unix
Summary:Found while investigating github sync issues (D3071948 D3072775) Closes facebook#6570 Differential Revision: D3077964 Pulled By: mkonicek fb-gh-sync-id: 7fbcc4213d931fd799e298e5a8a6a0a94cb21b8f shipit-source-id: 7fbcc4213d931fd799e298e5a8a6a0a94cb21b8f
1 parent 97a97b3 commit 9c0906b

File tree

1 file changed

+25
-25
lines changed
  • website/src/react-native

1 file changed

+25
-25
lines changed

website/src/react-native/404.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
3-
* All rights reserved.
4-
*
5-
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
8-
*/
9-
10-
var React = require('React');
11-
12-
var fourOhFour = React.createClass({
13-
render: function() {
14-
return (
15-
<html>
16-
<head>
17-
<meta httpEquiv="refresh" content="0; /react-native/docs/getting-started.html" />
18-
</head>
19-
<body></body>
20-
</html>
21-
);
22-
}
23-
});
24-
25-
module.exports = fourOhFour;
1+
/**
2+
* Copyright (c) 2015-present, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
9+
10+
var React = require('React');
11+
12+
var fourOhFour = React.createClass({
13+
render: function() {
14+
return (
15+
<html>
16+
<head>
17+
<meta httpEquiv="refresh" content="0; /react-native/docs/getting-started.html" />
18+
</head>
19+
<body></body>
20+
</html>
21+
);
22+
}
23+
});
24+
25+
module.exports = fourOhFour;

0 commit comments

Comments
 (0)