mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +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(
|
combine(
|
||||||
mix(vodka, gin),
|
mix(vodka, gin),
|
||||||
Juices({
|
Juices(
|
||||||
|
{
|
||||||
color: Colors.orange,
|
color: Colors.orange,
|
||||||
flavor: Flavors.orange,
|
flavor: Flavors.orange,
|
||||||
amount: 1 + 2,
|
amount: 1 + 2,
|
||||||
}),
|
},
|
||||||
|
),
|
||||||
)
|
)
|
Loading…
Add table
Add a link
Reference in a new issue