crimson/osd: correct the fmt::formatter<WatchTimeoutRequest>

it was introduced by c9569f8eb0

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
Kefu Chai 2022-11-25 17:07:29 +08:00
parent be6ac0f9a4
commit d8d93b0fe3

View File

@ -311,5 +311,5 @@ void Notify::do_notify_timeout()
} // namespace crimson::osd
#if FMT_VERSION >= 90000
template <typename Params> struct fmt::formatter<crimson::osd::WatchTimeoutRequest> : fmt::ostream_formatter {};
template <> struct fmt::formatter<crimson::osd::WatchTimeoutRequest> : fmt::ostream_formatter {};
#endif