Skip to content

Commit 00427ce

Browse files
committed
prettier
1 parent 26e2f37 commit 00427ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Results.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Results(props) {
5656
Collecting measures...
5757
</h1>
5858
) : (
59-
<div>
59+
<div style={{ padding: '8px' }}>
6060
<p>
6161
Time taken by all the components:{' '}
6262
<strong>{props.totalTime} ms</strong>

0 commit comments

Comments
 (0)