Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lneugebauer committed Sep 21, 2024
1 parent c664732 commit 6578e32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class YieldCalculatorRecalculateIngredientsUnitTest {
"3/8 cup creme",
"3/5 bananas",
"0.25 cup yogurt",
"3 ½ unicode"
"3 ½ unicode",
)
val expectedIngredients =
listOf(
Expand All @@ -86,7 +86,7 @@ class YieldCalculatorRecalculateIngredientsUnitTest {
"3/4 cup creme",
"1.2 bananas",
"0.5 cup yogurt",
"7 unicode"
"7 unicode",
)

assertEquals(
Expand Down

0 comments on commit 6578e32

Please sign in to comment.