Skip to content

Commit c8e4d89

Browse files
committed
# unfck lint
1 parent 959c953 commit c8e4d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basictest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ constexpr void check_basic_test_result(stringtype str, result_type result,
947947
#define FASTFLOAT_CHECK_EQ(...) \
948948
if constexpr (diag == Diag::runtime) { \
949949
char narrow[global_string_capacity]{}; \
950-
for (size_t i = 0; i++ != str.size();) { \
950+
for (size_t i = 0; i++ != str.size();) { \
951951
narrow[i] = char(str[i]); \
952952
} \
953953
INFO("str(char" << 8 * sizeof(typename stringtype::value_type) \

0 commit comments

Comments
 (0)