Signed-off-by: GlaryCastle <yangpeng190@huawei.com>

Changes to be committed:
	modified:   services/src/input_method_system_ability.cpp
This commit is contained in:
GlaryCastle
2022-07-08 20:02:17 +08:00
parent 6b2070a34b
commit 830a58e613
+1 -1
View File
@@ -146,7 +146,7 @@ namespace MiscServices {
std::vector<InputMethodProperty *>::iterator it;
for (it = properties.begin(); it < properties.end(); ++it) {
if (it == properties.begin()) {
params_ += "{\"imeList\":[";
params += "{\"imeList\":[";
} else {
params += "},";
}