Skip to content

Commit 5182c60

Browse files
author
David Hasani
committed
fix detekt
1 parent 85b0901 commit 5182c60

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/CodeModernizerSession.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ class CodeModernizerSession(
405405
) { shouldStop.get() }
406406
break
407407
} catch (e: Exception) {
408-
LOG.error { "Unexpected error when uploading project artifact to S3 on attempt ${i+1}/3: ${e.localizedMessage}" }
408+
LOG.error { "Unexpected error when uploading project artifact to S3 on attempt ${i + 1}/3: ${e.localizedMessage}" }
409409
if (i == 2) {
410410
throw e
411411
}

0 commit comments

Comments
 (0)