Skip to content

Commit 03140c0

Browse files
committed
detekt
1 parent e136fcd commit 03140c0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fun codeWhispererUserContext(): UserContext = ClientMetadata.getDefault().let {
5757
fun isQSupportedInThisVersion(): Boolean {
5858
val currentBuild = ApplicationInfo.getInstance().build
5959
if (currentBuild.asStringWithoutProductCode() in unSupportedIdeVersionInQ) return false
60-
60+
6161
val version242Cutoff = com.intellij.openapi.util.BuildNumber.fromString("242.22855.74")
6262
return !(currentBuild.baselineVersion == 242 && currentBuild.compareTo(version242Cutoff) < 0)
6363
}

0 commit comments

Comments
 (0)