Skip to content

Commit 82edfc1

Browse files
committed
CpsFlowExecution: reportSuspectedMethodTooLarge(): avoid extra blank line
Signed-off-by: Jim Klimov <[email protected]>
1 parent 343c5da commit 82edfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ protected static Throwable reportSuspectedMethodTooLarge(Throwable x) {
868868
if (xMsgStart.length() > 0) {
869869
if (!(actionableMsg.substring(actionableMsg.length() - 1).equals("\n")))
870870
actionableMsg.append("\n");
871-
actionableMsg.append("-----\n");
871+
actionableMsg.append("-----");
872872
}
873873

874874
// Make a full note in server log

0 commit comments

Comments
 (0)