Skip to content

Commit

Permalink
fixup! ct: dl_stm_api snapshot functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
nvartolomei committed Oct 30, 2024
1 parent ba01211 commit 5e9b39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v/cloud_topics/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ template<>
struct fmt::formatter<experimental::cloud_topics::dl_stm_key>
: fmt::formatter<std::string_view> {
auto format(
experimental::cloud_topics::dl_stm_key, fmt::format_context& ctx) const
-> decltype(ctx.out());
experimental::cloud_topics::dl_stm_key,
fmt::format_context& ctx) const -> decltype(ctx.out());
};

template<>
Expand Down

0 comments on commit 5e9b39f

Please sign in to comment.