Skip to content

Commit cbc8956

Browse files
committed
detekt
1 parent fe9b8ef commit cbc8956

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials/CodeWhispererClientAdaptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ open class CodeWhispererClientAdaptorImpl(override val project: Project) : CodeW
293293
suggestionReferenceCount: Int,
294294
lineCount: Int,
295295
numberOfRecommendations: Int,
296-
acceptedCharCount: Int
296+
acceptedCharCount: Int,
297297
): SendTelemetryEventResponse {
298298
val fileContext = requestContext.fileContextInfo
299299
val programmingLanguage = fileContext.programmingLanguage

0 commit comments

Comments
 (0)