Skip to content

Commit 37dc441

Browse files
committed
detekt correction.
1 parent 7365162 commit 37dc441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/FeatureDevSessionContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class FeatureDevSessionContext(val project: Project, val maxProjectSizeBytes: Lo
308308

309309
companion object {
310310
private const val MAX_PATTERN_LENGTH = 256 // Maximum allowed pattern length
311-
private const val REGEX_TIMEOUT_MS = 100L // Timeout for regex operations in milliseconds
311+
private const val REGEX_TIMEOUT_MS = 100L // Timeout for regex operations in milliseconds
312312
}
313313
}
314314

0 commit comments

Comments
 (0)