Skip to content

Commit 1156150

Browse files
authored
Update FeatureDevController.kt
1 parent 7a59cc9 commit 1156150

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
@@ -441,7 +441,7 @@ class FeatureDevController(
441441
)
442442
}
443443
is NoChangeRequiredException -> {
444-
val isException = true;
444+
val isException = true
445445
messenger.sendAnswer(
446446
tabId = tabId,
447447
message = err.message,

0 commit comments

Comments
 (0)