Skip to content

Commit

Permalink
style(prettier): exec yarn fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Aug 1, 2018
1 parent ef52703 commit 97e7944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/A/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import A from './index'
storiesOf('A', module).add('basic', () => {
return (
<div>
Hello<A>Hello</A>Hello
Hello
<A>Hello</A>
Hello
</div>
)
})

0 comments on commit 97e7944

Please sign in to comment.