Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7975b1e3 authored by Yuyang Huang's avatar Yuyang Huang Committed by Automerger Merge Worker
Browse files

Merge "fix formatter naming" into main am: 0751a856

parents 09eb8767 0751a856
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ enum class UGGFeatureBitMask : uint8_t {


namespace fmt {
namespace fmt {
template <>
template <>
struct formatter<bluetooth::gmap::Roles> : enum_formatter<bluetooth::gmap::Roles> {};
struct formatter<bluetooth::gmap::RolesBitMask> : enum_formatter<bluetooth::gmap::RolesBitMask> {};
template <>
template <>
struct formatter<bluetooth::gmap::UGTFeatureBitMask>
struct formatter<bluetooth::gmap::UGTFeatureBitMask>
    : enum_formatter<bluetooth::gmap::UGTFeatureBitMask> {};
    : enum_formatter<bluetooth::gmap::UGTFeatureBitMask> {};