Skip to content

Commit b2f6d0b

Browse files
committed
fmt
1 parent 9e17179 commit b2f6d0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/com/styx/ui/WrapLayout.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ class WrapLayout(align: Int = LEFT, hgap: Int = 5, vgap: Int = 5) : FlowLayout(a
2626
val insets: Insets = target.insets
2727
val horizontalInsetsAndGap = insets.left + insets.right + (hgap * 2)
2828
val maxWidth = targetWidth - horizontalInsetsAndGap
29-
3029
val dim = Dimension(0, 0)
3130
var rowWidth = 0
3231
var rowHeight = 0
33-
3432
val nmembers = target.componentCount
3533

3634
for (i in 0 until nmembers) {

0 commit comments

Comments
 (0)