diff --git a/src/tsduck_helper.hh b/src/tsduck_helper.hh index df1ec58..23bbe1b 100644 --- a/src/tsduck_helper.hh +++ b/src/tsduck_helper.hh @@ -637,4 +637,5 @@ bool IsAudioVideoService(uint8_t service_type) { } // namespace -template <> struct fmt::formatter : fmt::ostream_formatter {}; +template <> +struct fmt::formatter : fmt::ostream_formatter {};