Skip to content

Commit 9a5ec54

Browse files
committed
lint
1 parent 4a5286a commit 9a5ec54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/status/CodeWhispererStatusBarWidget.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class CodeWhispererStatusBarWidget(project: Project) :
8585
object : QRegionProfileSelectedListener {
8686
override fun onProfileSelected(
8787
project: Project,
88-
profile: QRegionProfile?
88+
profile: QRegionProfile?,
8989
) {
9090
if (project == this@CodeWhispererStatusBarWidget.project) {
9191
statusBar.updateWidget(ID)

0 commit comments

Comments
 (0)