Skip to content

Commit 14d8cc2

Browse files
committed
lint
1 parent aa6d48f commit 14d8cc2

File tree

1 file changed

+2
-3
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/profile

1 file changed

+2
-3
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/profile/QRegionProfileDialog.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ import javax.swing.JComponent
2828
import javax.swing.JList
2929

3030
data class QRegionProfileDialogState(
31-
var selectedProfile: QRegionProfile? = null
31+
var selectedProfile: QRegionProfile? = null,
3232
)
3333

3434
class QRegionProfileDialog(
3535
private var project: Project,
3636
val state: QRegionProfileDialogState = QRegionProfileDialogState(),
37-
private var selectedProfile: QRegionProfile?
37+
private var selectedProfile: QRegionProfile?,
3838
) : DialogWrapper(project) {
3939

4040
private val renderer = object : ColoredListCellRenderer<QRegionProfile>() {
@@ -92,7 +92,6 @@ class QRegionProfileDialog(
9292
}
9393
throw e
9494
}
95-
9695
}
9796

9897
row {

0 commit comments

Comments
 (0)