added space to match clang format

This commit is contained in:
Vhuynh25 2022-02-06 11:58:41 -08:00 committed by GitHub
parent 781a40bee1
commit c44fec82bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1774,7 +1774,7 @@ namespace crow
{
if (v.nt == num_type::Floating_point)
{
if(isnan(v.num.d) || isinf(v.num.d))
if (isnan(v.num.d) || isinf(v.num.d))
{
CROW_LOG_WARNING << "Invalid JSON value detected (" << v.num.d << "), ignoring";
break;