From fe785bc8064326c785dae81c66a0f420dbdab6fb Mon Sep 17 00:00:00 2001 From: "cris.pei" Date: Wed, 3 Jul 2024 17:44:45 +0800 Subject: [PATCH] Remove the ^M character at the end of line of code to trigger CI execution --- src/benchJsonOpt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/benchJsonOpt.c b/src/benchJsonOpt.c index 9cdb9ae7..bc18d2f6 100644 --- a/src/benchJsonOpt.c +++ b/src/benchJsonOpt.c @@ -198,9 +198,9 @@ static int getColumnAndTagTypeFromInsertJsonFile( int count = 1; int64_t max = RAND_MAX >> 1; int64_t min = 0; - double maxInDbl = max; - double minInDbl = min; - uint32_t scalingFactor = 1; + double maxInDbl = max; + double minInDbl = min; + uint32_t scalingFactor = 1; int32_t length = 4; // fun type uint8_t funType = FUNTYPE_NONE;