Skip to content

Commit 0655f48

Browse files
committed
isBlank -> isNotBlank
1 parent 43d698f commit 0655f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererFileContextProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class DefaultCodeWhispererFileContextProvider(private val project: Project) : Fi
217217

218218
// TODO: uncomment
219219
// if (CodeWhispererFeatureConfigService.getInstance().getInlineCompletion()) {
220-
// val response = ProjectContextController.getInstance(project).queryInline(query, psiFile.virtualFile?.path ?: "").filter { it.content.isBlank() }
220+
// val response = ProjectContextController.getInstance(project).queryInline(query, psiFile.virtualFile?.path ?: "").filter { it.content.isNotBlank() }
221221
// return SupplementalContextInfo(
222222
// isUtg = false,
223223
// contents = response.map {

0 commit comments

Comments
 (0)