From 83023f2fa668c99d968dba5525a4284dfd656611 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 5 Dec 2020 21:50:01 +0100 Subject: [PATCH] Fixed some minor speaking bugs --- src/query/command3.h | 1 + 1 file changed, 1 insertion(+) 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) {