Skip to content

Commit

Permalink
Apply changes from ktLintFormat
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ekeitho authored and github-actions[bot] committed Nov 12, 2024
1 parent 324945a commit 2adf146
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ internal class RealWorkflowLifecycleOwner(

@VisibleForTesting(otherwise = PRIVATE)
internal fun updateLifecycle(parentTargetState: State) {
//val parentState = parentLifecycle?.currentState
// val parentState = parentLifecycle?.currentState
val localState = localLifecycle.currentState

if (localState == DESTROYED || hasBeenDestroyed) {
Expand Down

0 comments on commit 2adf146

Please sign in to comment.