Merge pull request #186 from jonas-schulze/emptyline

Add empty line above epilog
This commit is contained in:
Pranav 2022-07-25 10:16:41 -05:00 committed by GitHub
commit 878bd5edac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1146,6 +1146,7 @@ public:
}
if (!parser.m_epilog.empty()) {
stream << '\n';
stream << parser.m_epilog << "\n\n";
}