mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 00:38:37 +02:00
Fix Map formatting (#1312)
This commit is contained in:
@@ -12,3 +12,15 @@ incorrect =
|
||||
"of parameters", 30000000,
|
||||
"passed to Map",
|
||||
)
|
||||
|
||||
bar =
|
||||
Map(
|
||||
// leading
|
||||
1, 2,
|
||||
// between
|
||||
3, 4, // trailing
|
||||
5, 6,
|
||||
7, // mid
|
||||
8,
|
||||
9, 10,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user