From dbb8f177d5bc28bb2a51be4d3b9344e08fd869f6 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 8 Aug 2019 19:09:04 +0200 Subject: Fix indentation --- db/uobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/uobject.cpp b/db/uobject.cpp index 59a5b0b..ce685b3 100644 --- a/db/uobject.cpp +++ b/db/uobject.cpp @@ -19,7 +19,7 @@ std::string uobject::retrieveAll(std::string collection, struct json_object* jso } std::string uobject::add(std::string collection, struct json_object* jsonObject, const char * body) { -auto conn = mongo.get_connection(); + auto conn = mongo.get_connection(); auto coll = (*conn)[config["mongo_db"]][collection]; -- cgit v1.2.1