Skip to content

Commit

Permalink
style(csql_result_format.c): fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
vimkim committed Jan 6, 2025
1 parent 5be34fa commit d81f01e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/executables/csql_result_format.c
Original file line number Diff line number Diff line change
Expand Up @@ -1665,9 +1665,7 @@ csql_db_value_as_string (DB_VALUE * value, int *length, const CSQL_ARGUMENT * cs
}
break;
case DB_TYPE_VECTOR:
result =
set_to_string (value, '[', ']',
default_set_profile.max_entries, csql_arg);
result = set_to_string (value, '[', ']', default_set_profile.max_entries, csql_arg);
if (result)
{
len = strlen (result);
Expand Down

0 comments on commit d81f01e

Please sign in to comment.