Skip to content

Commit

Permalink
Remove the ^M character at the end of line of code to trigger CI exec…
Browse files Browse the repository at this point in the history
…ution
  • Loading branch information
YamingPei committed Jul 3, 2024
1 parent fe785bc commit 13a0396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/benchJsonOpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 13a0396

Please sign in to comment.