Updated format [skip ci]

This commit is contained in:
Andrew Kane
2023-06-11 12:04:02 -07:00
parent 7ee9e86b10
commit a577c2df80

View File

@@ -164,7 +164,7 @@ vector_in(PG_FUNCTION_ARGS)
char *pt;
char *stringEnd;
Vector *result;
char *lit = pstrdup(str);
char *lit = pstrdup(str);
while (vector_isspace(*str))
str++;