From 13a0396d20d82bd8d58da7fb3da562eff04fc9fb Mon Sep 17 00:00:00 2001 From: "cris.pei" Date: Wed, 3 Jul 2024 19:08:44 +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 bc18d2f6..035d7829 100644 --- a/src/benchJsonOpt.c +++ b/src/benchJsonOpt.c @@ -352,9 +352,9 @@ static int getColumnAndTagTypeFromInsertJsonFile( col->sma = sma; col->max = max; col->min = min; - col->maxInDbl = maxInDbl; - col->minInDbl = minInDbl; - col->scalingFactor = scalingFactor; + col->maxInDbl = maxInDbl; + col->minInDbl = minInDbl; + col->scalingFactor = scalingFactor; col->gen = gen; col->fillNull = fillNull; col->values = dataValues;