Fix JSON.

This commit is contained in:
Adam Ierymenko 2015-09-14 11:59:43 -07:00
parent f7d3e262a9
commit ef316ced3b

View File

@ -1026,7 +1026,7 @@ unsigned int SqliteNetworkController::_doCPGet(
testFields.push_back('"');
}
testFields.append("\n\t\t}\n");
testFields.append("\t}\n");
testFields.append("\t},\n");
}
}