Skip to content

Commit

Permalink
Fix snapshot that somehow I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebox committed Jan 8, 2025
1 parent 9b9b6d3 commit 20b2001
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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,
},
),
)

0 comments on commit 20b2001

Please sign in to comment.