diff --git a/src/query/command3.h b/src/query/command3.h index f719f4a..104a601 100644 --- a/src/query/command3.h +++ b/src/query/command3.h @@ -338,6 +338,7 @@ namespace ts { } result.append(this->identifier_); + result.push_back(' '); for(auto it = this->bulks.begin(); it != this->bulks.end(); it++) { if(it->empty() && !with_empty) {