Skip to content

Commit be9f818

Browse files
tverneyrli
andauthored
Update plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerExtensions.kt
Co-authored-by: Richard Li <[email protected]>
1 parent a7477aa commit be9f818

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ suspend fun FeatureDevController.onCodeGeneration(
3535
messenger.sendAsyncEventProgress(
3636
tabId = tabId,
3737
inProgress = true,
38-
message =
39-
if (session.retries == CODE_GENERATION_RETRY_LIMIT) {
38+
message = if (session.retries == CODE_GENERATION_RETRY_LIMIT) {
4039
message(
4140
"amazonqFeatureDev.chat_message.start_code_generation",
4241
)

0 commit comments

Comments
 (0)