Skip to content

Commit

Permalink
prettify source code
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Jul 27, 2019
1 parent 23cc6b9 commit cfbf2b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,15 @@ function RandomGifPairPair(props) {
<RandomGifPair
showButton={false}
apiKey={props.apiKey}
namespacePrefix={`${
componentManager.fullPath
}/GifPairs`}
namespacePrefix={`${componentManager.fullPath}/GifPairs`}
appContainer={componentManager.appContainer}
/>
</div>
<div>
<RandomGifPair
showButton={false}
apiKey={props.apiKey}
namespacePrefix={`${
componentManager.fullPath
}/GifPairs`}
namespacePrefix={`${componentManager.fullPath}/GifPairs`}
appContainer={componentManager.appContainer}
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,15 @@ function RandomGifPairPair(props) {
<RandomGifPair
showButton={false}
apiKey={props.apiKey}
namespacePrefix={`${
componentManager.fullPath
}/GifPairs`}
namespacePrefix={`${componentManager.fullPath}/GifPairs`}
appContainer={componentManager.appContainer}
/>
</div>
<div>
<RandomGifPair
showButton={false}
apiKey={props.apiKey}
namespacePrefix={`${
componentManager.fullPath
}/GifPairs`}
namespacePrefix={`${componentManager.fullPath}/GifPairs`}
appContainer={componentManager.appContainer}
/>
</div>
Expand Down

0 comments on commit cfbf2b8

Please sign in to comment.