diff --git a/db/object_storage_endpoint_param.cc b/db/object_storage_endpoint_param.cc index 4659c7695a..683a217768 100644 --- a/db/object_storage_endpoint_param.cc +++ b/db/object_storage_endpoint_param.cc @@ -135,5 +135,5 @@ const std::string db::object_storage_endpoint_param::gs_type = "gs"; auto fmt::formatter::format(const db::object_storage_endpoint_param& e, fmt::format_context& ctx) const -> decltype(ctx.out()) { - return fmt::format_to(ctx.out(), "object_storage_endpoint_param{{}}", e.to_json_string()); + return fmt::format_to(ctx.out(), "object_storage_endpoint_param{}", e.to_json_string()); }