Prettify remaining unprettified files (#21327)

Summary:
This PR is the result of running `yarn prettify` on the codebase - which caught a few files that were not prettified. This will make instructing people to run prettify a bit less complicated, since unrelated files will not show up in diffs.
Pull Request resolved: https://github.com/facebook/react-native/pull/21327

Differential Revision: D10046057

Pulled By: TheSavior

fbshipit-source-id: 2c771a3c758c72816c707e32ee2f4587e466f277
This commit is contained in:
empyrical
2018-09-25 19:37:32 -07:00
committed by Facebook Github Bot
parent ae1817fdb9
commit 2da60a8f45
9 changed files with 418 additions and 383 deletions

View File

@@ -949,8 +949,7 @@ const TextInput = createReactClass({
<Text
style={props.style}
allowFontScaling={props.allowFontScaling}
maxFontSizeMultiplier={props.maxFontSizeMultiplier}
>
maxFontSizeMultiplier={props.maxFontSizeMultiplier}>
{children}
</Text>
);