Skip to content

Commit 02b4cec

Browse files
committed
revise format
1 parent bdc714f commit 02b4cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/customization/CodeWhispererModelConfigurator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class DefaultCodeWhispererModelConfigurator : CodeWhispererModelConfigurator, Pe
231231
CodeWhispererFeatureConfigService.getInstance().getCustomizationFeature()?.let { customization ->
232232
if (customization.value.stringValue() != serviceDefaultArn) {
233233
serviceDefaultArn = customization.value.stringValue()
234-
switchCustomization(project, CodeWhispererCustomization(customization.value.stringValue(), customization.variation))
234+
switchCustomization(project, CodeWhispererCustomization(arn = customization.value.stringValue(), name = customization.variation))
235235
}
236236
}
237237
}

0 commit comments

Comments
 (0)