Skip to content

Commit 0dbed57

Browse files
committed
detekt
1 parent 624ac06 commit 0dbed57

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QRefreshPanelAction.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ import java.util.EventListener
1919
class QRefreshPanelAction : DumbAwareAction(AmazonQBundle.message("amazonq.refresh.panel"), null, AllIcons.Actions.Refresh) {
2020
override fun actionPerformed(e: AnActionEvent) {
2121
val project = e.project ?: return
22-
22+
2323
// Notify LSP server about all open tabs being removed
2424
val chatManager = ChatCommunicationManager.getInstance(project)
2525
chatManager.getAllTabIds().forEach { tabId ->
2626
AmazonQLspService.executeIfRunning(project) { server ->
2727
rawEndpoint.notify(CHAT_TAB_REMOVE, mapOf("tabId" to tabId))
2828
}
2929
}
30-
30+
3131
// recreate chat browser
3232
AmazonQToolWindow.getInstance(project).disposeAndRecreate()
3333
// recreate signin browser

0 commit comments

Comments
 (0)