Skip to content

Commit ec614b8

Browse files
authored
detekt
1 parent 30d7c9c commit ec614b8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class AmazonQLspService(private val project: Project, private val cs: CoroutineS
124124
project.name
125125
)
126126
)
127-
} ?: emptyList() // no folders to report or workspace not folder based
127+
}.orEmpty() // no folders to report or workspace not folder based
128128

129129
private fun createClientInfo(): ClientInfo {
130130
val metadata = ClientMetadata.getDefault()

0 commit comments

Comments
 (0)