Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edivad1999 committed Oct 10, 2023
1 parent a3552b8 commit da55acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/org/jetbrains/jewel/Button.kt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fun IconButton(
contentAlignment = Alignment.Center,
content = {
content(buttonState)
}
},
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ internal fun createSwingIntUiComponentStyling(
circularProgressStyle = readCircularProgressStyle(theme.isDark),
tooltipStyle = readTooltipStyle(),
textFieldStyle = textFieldStyle,
iconButtonMetrics = IntUiIconButtonMetrics()
iconButtonMetrics = IntUiIconButtonMetrics(),
)
}

Expand Down

0 comments on commit da55acd

Please sign in to comment.