Skip to content

Commit c063d88

Browse files
author
Leemalin Moodley
committed
fix: more formatting fixes
1 parent a8c3093 commit c063d88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/io/jenkins/plugins/pipelinegraphview/utils/PipelineStageInternal.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ private boolean isWaitingForInput(List<PipelineStage> children) {
139139
if (steps != null) {
140140
for (FlowNodeWrapper step : steps) {
141141
// Check if step has an input and is paused
142-
if (step.getInputStep() != null
143-
&& step.getStatus().state == BlueRun.BlueRunState.PAUSED) {
142+
if (step.getInputStep() != null && step.getStatus().state == BlueRun.BlueRunState.PAUSED) {
144143
return true;
145144
}
146145
}

0 commit comments

Comments
 (0)