diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-20 19:39:23 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-20 19:39:23 +0800 |
commit | 92d6ea68951e6f89c8689371f8abd84db1c57a9f (patch) | |
tree | af37d75a07f043bf894488c838e4c1a145d7424b /client.cxx | |
parent | ef95b0d6d69c44ee47d6d4107720e7313b46c11b (diff) |
Fix indentation
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ namespace QICClient { icclient_product(sku.toLatin1().constData(), [](icclient_response* response) { client->emitProduct(QString{response->data}); icclient_free_response(response); - }, nullptr); + }, nullptr); } void Client::defaultCatalog(QString const& prodGroup) |