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 f5bc428 commit bee741d
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ import org.jetbrains.jewel.ui.component.styling.GroupHeaderStyle
import org.jetbrains.jewel.ui.component.styling.LocalGroupHeaderStyle

/**
* A component that displays a header for a group of items, with a title
* and optional slots on both sides.
* A component that displays a header for a group of items, with a title and optional slots on both sides.
*
* **Guidelines:**
* [on IJP SDK webhelp](https://plugins.jetbrains.com/docs/intellij/group-header.html)
* **Guidelines:** [on IJP SDK webhelp](https://plugins.jetbrains.com/docs/intellij/group-header.html)
*
* **Usage example:**
* [`Borders.kt`](https://github.com/JetBrains/intellij-community/blob/master/platform/jewel/samples/standalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/component/Borders.kt)
Expand All @@ -30,10 +28,8 @@ import org.jetbrains.jewel.ui.component.styling.LocalGroupHeaderStyle
*
* @param text The text to display in the header.
* @param modifier The modifier to apply to the header.
* @param startComponent The component to display on the left side of the
* header.
* @param endComponent The component to display on the right side of the
* header.
* @param startComponent The component to display on the left side of the header.
* @param endComponent The component to display on the right side of the header.
* @param style The style to apply to the header.
* @see com.intellij.ui.TitledSeparator
*/
Expand Down

0 comments on commit bee741d

Please sign in to comment.