Skip to content

Commit 9661f89

Browse files
committed
fixed clang format issue
1 parent 3a3c645 commit 9661f89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/fmt/format.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3211,9 +3211,8 @@ FMT_CONSTEXPR20 void format_hexfloat(Float value, format_specs specs,
32113211
// pre C++23 does not allow static constexpr inside of constexpr functions
32123212
// so we must declare this outside of fractional_part_rounding_thresholds
32133213
static constexpr uint32_t utf8_raw_rounding_thresholds[8] = {
3214-
0x9999999au, 0x828f5c29u, 0x80418938u, 0x80068db9,
3215-
0x8000a7c6u, 0x800010c7u, 0x800001aeu, 0x8000002bu
3216-
};
3214+
0x9999999au, 0x828f5c29u, 0x80418938u, 0x80068db9,
3215+
0x8000a7c6u, 0x800010c7u, 0x800001aeu, 0x8000002bu};
32173216

32183217
constexpr auto fractional_part_rounding_thresholds(int index) -> uint32_t {
32193218
// For checking rounding thresholds.

0 commit comments

Comments
 (0)