mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 21:22:22 +03:00
add final newline
This commit is contained in:
parent
93aec288b6
commit
0d0c67ffaf
1 changed files with 2 additions and 1 deletions
|
@ -397,7 +397,8 @@ Please supply a bugzilla version
|
|||
// write own macros
|
||||
w.formattedWrite(`Macros:
|
||||
VER=%s
|
||||
TITLE=Change Log: $(VER)`, nextVersionString);
|
||||
TITLE=Change Log: $(VER)
|
||||
`, nextVersionString);
|
||||
|
||||
writefln("Change log generated to: '%s'", outputFile);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue