Skip to content

Commit 76b9ff3

Browse files
committed
Detekt
1 parent 14ffe5c commit 76b9ff3

File tree

2 files changed

+0
-2
lines changed
  • plugins/amazonq

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ class BrowserConnector(
293293
CHAT_FOLLOW_UP_CLICK -> {
294294
handleChatNotification<FollowUpClickNotification, FollowUpClickParams>(node) { server, params ->
295295
server.followUpClick(params)
296-
297296
}
298297
}
299298
}

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageServer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ interface AmazonQLanguageServer : LanguageServer {
9090

9191
@JsonNotification(CHAT_FOLLOW_UP_CLICK)
9292
fun followUpClick(params: FollowUpClickParams): CompletableFuture<Unit>
93-
9493
}

0 commit comments

Comments
 (0)