Skip to content

Commit

Permalink
don't fit
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Jul 21, 2024
1 parent 68d4c44 commit c2a6d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ static char *get_assert_from_token(ParserState *ps)
default:
break;
}
if (data[0] != ')' && str.len >= 1 && str.ptr[str.len - 1] != '(')
AppendStr(&str, " ");
//if (data[0] != ')' && str.len >= 1 && str.ptr[str.len - 1] != '(')
// AppendStr(&str, " ");
AppendStr(&str, data);
cnt++;
ps->tokens++;
Expand Down

0 comments on commit c2a6d55

Please sign in to comment.