mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Formatting
This commit is contained in:
parent
7f20fd6af8
commit
864b014f3c
1 changed files with 2 additions and 2 deletions
|
@ -3456,9 +3456,9 @@ public class HtmlHelper {
|
|||
}
|
||||
}, document.body());
|
||||
|
||||
for (LineSpan line : ssb.getSpans(0, ssb.length(), LineSpan.class)){
|
||||
for (LineSpan line : ssb.getSpans(0, ssb.length(), LineSpan.class)) {
|
||||
int end = ssb.getSpanEnd(line);
|
||||
if (end<ssb.length()&& ssb.charAt(end)!='\n')
|
||||
if (end < ssb.length() && ssb.charAt(end) != '\n')
|
||||
ssb.insert(end, "\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue