mirror of
https://github.com/matrix-construct/construct
synced 2024-11-30 02:32:43 +01:00
ircd::db: Remove trailing newline in ABI version string.
This commit is contained in:
parent
cf605bc195
commit
c41c632e94
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue