Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 1ceaaee

Browse files
Fixed formatting in example/App.js
1 parent 0fbe617 commit 1ceaaee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

example/src/App.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ class App extends Component {
3838

3939
render() {
4040
const { data } = this.state;
41-
const swatchStyle = { width: '10px', height: '10px', display: 'inline-block' };
41+
const swatchStyle = {
42+
width: '10px',
43+
height: '10px',
44+
display: 'inline-block'
45+
};
46+
4247
return (
4348
<main>
4449
<section>
@@ -89,7 +94,6 @@ class App extends Component {
8994
</DatFolder>
9095
</Dat>
9196
</main>
92-
9397
);
9498
}
9599
}

0 commit comments

Comments
 (0)