fix: Change error style in Config (#2314)

Fix: #1886

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
Co-authored-by: Alex Kremer <akremer@ripple.com>
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
This commit is contained in:
emrearıyürek
2025-09-02 13:14:37 +03:00
committed by GitHub
parent 3df28f42ec
commit 402ab29a73
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ struct Error {
*/
Error(std::string_view key, std::string_view err)
: error{
fmt::format("{} {}", key, err),
fmt::format("The value of {} {}", key, err),
}
{
}