From 92d6ea68951e6f89c8689371f8abd84db1c57a9f Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sun, 20 Jun 2021 19:39:23 +0800 Subject: Fix indentation --- client.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cxx b/client.cxx index 8c84da8..37875b1 100644 --- a/client.cxx +++ b/client.cxx @@ -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) -- cgit v1.3