Skip to content

Commit bc9d3ac

Browse files
committed
Fix formatting
1 parent dacbe53 commit bc9d3ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025-05-07-release-notes-3.7.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Named tuples are a convenient lightweight way to return multiple results from a
7272
.foreach(println)
7373

7474
val measurements = List[(location: String, value: Double)](
75-
("Lousanne", 8.05),
76-
("London", 21),
77-
("Rome", 37.0),
78-
)
75+
("Lousanne", 8.05),
76+
("London", 21),
77+
("Rome", 37.0),
78+
)
7979
val average = measurements.map(_.value).sum / measurments.size
8080
```
8181

0 commit comments

Comments
 (0)