Skip to content

Commit 24221e6

Browse files
committed
fix(dev): remove space
1 parent 1156150 commit 24221e6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class FeatureDevController(
363363
chatSessionStorage.deleteSession(tabId)
364364

365365
newTabOpened(tabId)
366-
if (isException != null && !isException ) {
366+
if (isException != null && !isException) {
367367
messenger.sendAnswer(
368368
tabId = tabId,
369369
messageType = FeatureDevMessageType.Answer,

0 commit comments

Comments
 (0)