mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix snapshot that somehow I missed
This commit is contained in:
parent
9b9b6d39f3
commit
20b20019a1
1 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,10 @@
|
|||
combine(
|
||||
mix(vodka, gin),
|
||||
Juices({
|
||||
color: Colors.orange,
|
||||
flavor: Flavors.orange,
|
||||
amount: 1 + 2,
|
||||
}),
|
||||
Juices(
|
||||
{
|
||||
color: Colors.orange,
|
||||
flavor: Flavors.orange,
|
||||
amount: 1 + 2,
|
||||
},
|
||||
),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue