Skip to content

Commit 5d90cbc

Browse files
authored
Merge pull request #4213 from waldein0/source
Part 1d: Fix formatting
2 parents 24ce59f + 4ea7eba commit 5d90cbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/1/en/part1d.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,9 +1306,9 @@ const Statistics = (props) => {
13061306
/// ...
13071307
return(
13081308
<div>
1309-
<StatisticLine text="good" value ={...} />
1310-
<StatisticLine text="neutral" value ={...} />
1311-
<StatisticLine text="bad" value ={...} />
1309+
<StatisticLine text="good" value={...} />
1310+
<StatisticLine text="neutral" value={...} />
1311+
<StatisticLine text="bad" value={...} />
13121312
// ...
13131313
</div>
13141314
)

0 commit comments

Comments
 (0)