infill : assert prefix/suffix tokens + remove old space logic (#8351)
This commit is contained in:
parent
ffd00797d8
commit
6f0dbf6ab0
2 changed files with 9 additions and 18 deletions
|
@ -630,7 +630,7 @@ inline std::string LOG_TOKENS_TOSTR_PRETTY(const C & ctx, const T & tokens)
|
|||
buf << "[ ";
|
||||
|
||||
bool first = true;
|
||||
for (const auto &token : tokens)
|
||||
for (const auto & token : tokens)
|
||||
{
|
||||
if (!first) {
|
||||
buf << ", ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue