That last newline was not necessary.

This commit is contained in:
tastytea 2019-05-17 08:07:32 +02:00
parent 751e6b2d12
commit 887d6bd0ca
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -125,7 +125,6 @@ void export_adoc(const vector<Database::entry> &entries, ostream &out)
}
out << endl;
}
out << endl;
}
}
catch (std::exception &e)