Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 51ff96b

Browse files
authored
Merge branch 'Guardsquare:master' into master
2 parents 709e714 + 8903bfb commit 51ff96b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retrace/src/proguard/retrace/ReTrace.java

+3
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ private String handle(FrameInfo obfuscatedFrame, FrameRemapper mapper, FramePatt
226226
}
227227

228228
result.append(trimmedLine);
229+
if (retracedFrames.hasNext()) {
230+
result.append(System.lineSeparator());
231+
}
229232
}
230233

231234
previousLine = retracedLine;

0 commit comments

Comments
 (0)