From 914bd880eedac837ffbe3a361de2527c79b9d2a7 Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Tue, 25 Aug 2026 23:01:12 +0300 Subject: [PATCH] lint unfck. --- include/fast_float/ascii_number.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index c768c93..8c2213c 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -484,7 +484,7 @@ template struct parsed_number_string_t { FASTFLOAT_NO_UNIQUE_ADDRESS parse_error error; // contains the range of the significant digits - FASTFLOAT_NO_UNIQUE_ADDRESS span integer; // non-nullable + FASTFLOAT_NO_UNIQUE_ADDRESS span integer; // non-nullable FASTFLOAT_NO_UNIQUE_ADDRESS span fraction; // nullable };