mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Remove stray comment
This commit is contained in:
@ -2048,7 +2048,6 @@ FMT_END_DETAIL_NAMESPACE
|
|||||||
|
|
||||||
enum class presentation_type : unsigned char {
|
enum class presentation_type : unsigned char {
|
||||||
none,
|
none,
|
||||||
// Integer types should go first,
|
|
||||||
dec, // 'd'
|
dec, // 'd'
|
||||||
oct, // 'o'
|
oct, // 'o'
|
||||||
hex_lower, // 'x'
|
hex_lower, // 'x'
|
||||||
|
Reference in New Issue
Block a user