Skip to content

Commit

Permalink
remove: invalid code line
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Jan 24, 2024
1 parent 7cacec8 commit 43f354e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ open class RenderFlex(
}

MainAxisAlignment.SPACE_EVENLY -> {
val bs = if (childCount > 0) remainingSpace / (childCount + 1) else 0f
leadingSpace = if (childCount > 0) remainingSpace / (childCount + 1) else 0f
betweenSpace = leadingSpace
}
Expand Down

0 comments on commit 43f354e

Please sign in to comment.