mirror of
https://github.com/dlang/tools.git
synced 2025-04-29 06:30:30 +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
|
// write own macros
|
||||||
w.formattedWrite(`Macros:
|
w.formattedWrite(`Macros:
|
||||||
VER=%s
|
VER=%s
|
||||||
TITLE=Change Log: $(VER)`, nextVersionString);
|
TITLE=Change Log: $(VER)
|
||||||
|
`, nextVersionString);
|
||||||
|
|
||||||
writefln("Change log generated to: '%s'", outputFile);
|
writefln("Change log generated to: '%s'", outputFile);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue