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 7477af7 commit fe785bc
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 @@ -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;
Expand Down

0 comments on commit fe785bc

Please sign in to comment.