removed newline

This commit is contained in:
Devaev Maxim 2018-10-02 13:57:28 +03:00
parent 0d396e3f0a
commit 8924cdcac4

View File

@ -71,7 +71,6 @@ def main():
*****************************************************************************/
""").strip() + "\n\n\n" + text
with open(dest, "w") as h_file:
h_file.write(text)