mirror of
https://github.com/dlang/tools.git
synced 2025-04-27 13:40:22 +03:00
separate entries by newline
This commit is contained in:
parent
0d0c67ffaf
commit
873a08ff3b
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ void writeTextChangesBody(Entries, Writer)(Entries changes, Writer w, string hea
|
|||
foreach(change; changes)
|
||||
{
|
||||
w.formattedWrite("$(LI $(LNAME2 %s,%s)\n", change.basename, change.title);
|
||||
scope(exit) w.put(")\n");
|
||||
scope(exit) w.put(")\n\n");
|
||||
w.formattedWrite(" $(P %s )\n", change.description);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue