Skip to content

Commit abc0d04

Browse files
committed
build
1 parent 77c7927 commit abc0d04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/toolkit/jetbrains-gateway/src/software/aws/toolkits/jetbrains/gateway/CawsConnectorViewPanels.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,9 @@ class EnvironmentDetailsPanel(private val context: CawsSettings, lifetime: Lifet
489489
panel {
490490
row(message("caws.workspace.details.backend_toolkit_location")) {
491491
textFieldWithBrowseButton(
492-
fileChooserDescriptor = FileChooserDescriptorFactory.createSingleFileDescriptor().withTitle(message("caws.workspace.details.toolkit_location"))
492+
fileChooserDescriptor = FileChooserDescriptorFactory.createSingleFileDescriptor().withTitle(
493+
message("caws.workspace.details.toolkit_location")
494+
)
493495
).bindText(context::toolkitLocation)
494496
}
495497

0 commit comments

Comments
 (0)