Skip to content

Commit 3f6ae86

Browse files
author
David Hasani
committed
fix detekt
1 parent 43b7689 commit 3f6ae86

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/panels/managers/CodeModernizerBottomWindowPanelManager.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,12 @@ class CodeModernizerBottomWindowPanelManager(private val project: Project) : JPa
245245
return actionManager.createActionToolbar(ACTION_PLACE, group, false)
246246
}
247247

248-
fun handleJobTransition(new: TransformationStatus, plan: TransformationPlan?, sessionContext: CodeModernizerSessionContext, transformType: CodeTransformType) = invokeLater {
248+
fun handleJobTransition(
249+
new: TransformationStatus,
250+
plan: TransformationPlan?,
251+
sessionContext: CodeModernizerSessionContext,
252+
transformType: CodeTransformType,
253+
) = invokeLater {
249254
if (new in listOf(
250255
TransformationStatus.PLANNED,
251256
TransformationStatus.TRANSFORMING,

0 commit comments

Comments
 (0)