Commit d45e0aa5 authored by knowledge4igor's avatar knowledge4igor

Tiny code style fix

parent 86ffc350
......@@ -157,7 +157,7 @@ public:
void closeIdleConnections(const std::string& domain);
private:
using Connections = std::vector<std::shared_ptr<Connection>> ;
using Connections = std::vector<std::shared_ptr<Connection>>;
using Lock = std::mutex;
using Guard = std::lock_guard<Lock>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment