Skip to content

Commit 5bf3476

Browse files
Peter van der Zeefacebook-github-bot
authored andcommitted
Upgrade Prettier to 1.13.6 on fbsource
Reviewed By: zertosh Differential Revision: D8638504 fbshipit-source-id: c6991b2e884e14868ddc1d9047a78191219d673f
1 parent 506f920 commit 5bf3476

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Libraries/Components/Touchable/Touchable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ const TouchableMixin = {
533533
* focused at a time, in which case there may have been a previously focused
534534
* element that was blurred just prior to this.
535535
*/
536-
touchableHandleFocus: function (e: Event) {
536+
touchableHandleFocus: function(e: Event) {
537537
this.props.onFocus && this.props.onFocus(e);
538538
},
539539

@@ -543,7 +543,7 @@ const TouchableMixin = {
543543
* no longer has focus. Most platforms only support a single element being
544544
* focused at a time, in which case the focus may have moved to another.
545545
*/
546-
touchableHandleBlur: function (e: Event) {
546+
touchableHandleBlur: function(e: Event) {
547547
this.props.onBlur && this.props.onBlur(e);
548548
},
549549

Libraries/vendor/core/whatwg-fetch.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
3-
*
4-
* This source code is licensed under the MIT license found in the
5-
* LICENSE file in the root directory of this source tree.
6-
*
7-
* @format
8-
*/
2+
* Copyright (c) 2015-present, Facebook, Inc.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
* @format
8+
*/
99

1010
// Fork of https://github.com/github/fetch/blob/master/fetch.js that does not
1111
// use reponseType: 'blob' by default. RN already has specific native implementations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"flow-bin": "^0.75.0",
216216
"jest": "23.1.0",
217217
"jest-junit": "4.0.0",
218-
"prettier": "1.13.4",
218+
"prettier": "1.13.6",
219219
"react": "16.4.1",
220220
"react-test-renderer": "16.4.1",
221221
"shelljs": "^0.7.8",

0 commit comments

Comments
 (0)