Skip to content

Commit 96c3147

Browse files
committed
Improve code sample formatting
1 parent 5d90cbc commit 96c3147

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

src/content/1/es/part1d.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,9 +1297,9 @@ const Statistics = (props) => {
12971297
/// ...
12981298
return(
12991299
<div>
1300-
<StatisticLine text="good" value ={...} />
1301-
<StatisticLine text="neutral" value ={...} />
1302-
<StatisticLine text="bad" value ={...} />
1300+
<StatisticLine text="good" value={...} />
1301+
<StatisticLine text="neutral" value={...} />
1302+
<StatisticLine text="bad" value={...} />
13031303
// ...
13041304
</div>
13051305
)

src/content/1/fi/osa1d.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,9 +1286,9 @@ const Statistics = (props) => {
12861286
/// ...
12871287
return(
12881288
<div>
1289-
<StatisticLine text="good" value ={...} />
1290-
<StatisticLine text="neutral" value ={...} />
1291-
<StatisticLine text="bad" value ={...} />
1289+
<StatisticLine text="good" value={...} />
1290+
<StatisticLine text="neutral" value={...} />
1291+
<StatisticLine text="bad" value={...} />
12921292
// ...
12931293
</div>
12941294
)

src/content/1/fr/part1d.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,9 +1129,9 @@ const Statistics = (props) => {
11291129
/// ...
11301130
return(
11311131
<div>
1132-
<StatisticLine text="good" value ={...} />
1133-
<StatisticLine text="neutral" value ={...} />
1134-
<StatisticLine text="bad" value ={...} />
1132+
<StatisticLine text="good" value={...} />
1133+
<StatisticLine text="neutral" value={...} />
1134+
<StatisticLine text="bad" value={...} />
11351135
// ...
11361136
</div>
11371137
)

src/content/1/ptbr/part1d.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,9 +1237,9 @@ const Statistics = (props) => {
12371237
/// ...
12381238
return(
12391239
<div>
1240-
<StatisticLine text="good" value ={...} />
1241-
<StatisticLine text="neutral" value ={...} />
1242-
<StatisticLine text="bad" value ={...} />
1240+
<StatisticLine text="good" value={...} />
1241+
<StatisticLine text="neutral" value={...} />
1242+
<StatisticLine text="bad" value={...} />
12431243
// ...
12441244
</div>
12451245
)

src/content/1/zh/part1d.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,9 +1512,9 @@ const Statistics = (props) => {
15121512
/// ...
15131513
return(
15141514
<div>
1515-
<StatisticLine text="good" value ={...} />
1516-
<StatisticLine text="neutral" value ={...} />
1517-
<StatisticLine text="bad" value ={...} />
1515+
<StatisticLine text="good" value={...} />
1516+
<StatisticLine text="neutral" value={...} />
1517+
<StatisticLine text="bad" value={...} />
15181518
// ...
15191519
</div>
15201520
)

0 commit comments

Comments
 (0)