0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02:00

ircd::db: Remove trailing newline in ABI version string.

This commit is contained in:
Jason Volk 2020-06-19 03:01:17 -07:00
parent cf605bc195
commit c41c632e94

View file

@ -47,7 +47,7 @@ ircd::db::version_abi
{
fmt::sprintf
{
buf, "%s (%s)\n",
buf, "%s (%s)",
lstrip(rocksdb_build_git_sha, "rocksdb_build_git_sha:"),
rocksdb_build_compile_date,
};