Skip to content

Commit 76e05a8

Browse files
authored
fix: started step summary output (#714)
1 parent 837482a commit 76e05a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/flamingock-core/src/main/java/io/flamingock/internal/core/task/navigation/summary/AbstractTaskStepSummaryLine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public StartedTaskSummaryLine(ExecutableStep step) {
8787

8888
@Override
8989
public String getPretty() {
90-
return String.format("\tStarted\t\t\t\t%s", getPrettyResult());
90+
return String.format("\tStarted\t\t\t%s", getPrettyResult());
9191
}
9292

9393
}

0 commit comments

Comments
 (0)