Skip to content

Commit b803008

Browse files
committed
detekt
1 parent e9ce455 commit b803008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/settings/CodeWhispererSettings.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ class CodeWhispererSettings : PersistentStateComponent<CodeWhispererConfiguratio
118118
class CodeWhispererConfiguration : BaseState() {
119119
@get:Property
120120
val value by map<CodeWhispererConfigurationType, Boolean>()
121+
121122
@get:Property
122123
val intValue by map<CodeWhispererIntConfigurationType, Int>()
124+
123125
@get:Property
124126
val stringValue by map<CodeWhispererStringConfigurationType, String>()
125127
}

0 commit comments

Comments
 (0)