Skip to content

Commit 1ab3489

Browse files
committed
detekt
1 parent 1d04d50 commit 1ab3489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
270270
}
271271

272272
override fun openFileDiff(params: OpenFileDiffParams): CompletableFuture<Unit> =
273-
CompletableFuture.supplyAsync({
273+
CompletableFuture.supplyAsync(
274+
{
274275
try {
275276
val contentFactory = DiffContentFactory.getInstance()
276277
val fileName = Paths.get(params.originalFileUri).fileName.toString()

0 commit comments

Comments
 (0)