Skip to content

Commit

Permalink
Run prettier on Android TextExample
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Comella committed Feb 14, 2019
1 parent d871d57 commit 20100d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNTester/js/TextExample.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ class TextExample extends React.Component<{}> {
<View
style={{width: 25, height: 25, backgroundColor: 'steelblue'}}
/>{' '}
and an inline image{' '}
<Image source={require('./flux.png')} />. Neat, huh?
and an inline image <Image source={require('./flux.png')} />. Neat,
huh?
</Text>
</RNTesterBlock>
<RNTesterBlock title="Text shadow">
Expand Down

0 comments on commit 20100d0

Please sign in to comment.