Skip to content

Commit

Permalink
make formatter and linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hamen committed Dec 9, 2024
1 parent a63940c commit f5bc428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ internal fun Borders() {
text = "Group header with startComponent",
modifier =
Modifier.clickable(indication = null, interactionSource = remember { MutableInteractionSource() }) {
open = !open
}
open = !open
}
.hoverable(remember { MutableInteractionSource() })
.pointerHoverIcon(PointerIcon(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR))),
startComponent = {
Expand Down Expand Up @@ -127,4 +127,4 @@ internal fun Borders() {
.border(borderAlignment, width, borderColor, RoundedCornerShape(4.dp, 0.dp, 4.dp, 0.dp), expand)
)
}
}
}
2 changes: 1 addition & 1 deletion ui/api/ui.api
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public final class org/jetbrains/jewel/ui/component/FixedCursorPoint : androidx/
}

public final class org/jetbrains/jewel/ui/component/GroupHeaderKt {
public static final fun GroupHeader-cf5BqRc (Ljava/lang/String;Landroidx/compose/ui/Modifier;JLorg/jetbrains/jewel/ui/component/styling/GroupHeaderStyle;Landroidx/compose/runtime/Composer;II)V
public static final fun GroupHeader (Ljava/lang/String;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;II)V
}

public final class org/jetbrains/jewel/ui/component/IconActionButtonKt {
Expand Down

0 comments on commit f5bc428

Please sign in to comment.