Fix snapshot that somehow I missed

This commit is contained in:
Anthony Bullard 2025-01-08 16:05:42 -06:00
parent 9b9b6d39f3
commit 20b20019a1
No known key found for this signature in database

View file

@ -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,
},
),
)