Remove stray comment

This commit is contained in:
Victor Zverovich 2023-03-27 11:04:00 -07:00
parent a91c7b286d
commit bce8d4ed08

View File

@ -2048,7 +2048,6 @@ FMT_END_DETAIL_NAMESPACE
enum class presentation_type : unsigned char {
none,
// Integer types should go first,
dec, // 'd'
oct, // 'o'
hex_lower, // 'x'