summaryrefslogtreecommitdiffstats
path: root/src/Cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache.cc')
-rw-r--r--src/Cache.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Cache.cc b/src/Cache.cc
index 99267343..dc2c8a9f 100644
--- a/src/Cache.cc
+++ b/src/Cache.cc
@@ -31,11 +31,11 @@ static const lmdb::val NEXT_BATCH_KEY("next_batch");
static const lmdb::val transactionID("transaction_id");
Cache::Cache(const QString &userId)
- : env_{ nullptr }
- , stateDb_{ 0 }
- , roomDb_{ 0 }
- , isMounted_{ false }
- , userId_{ userId }
+ : env_{nullptr}
+ , stateDb_{0}
+ , roomDb_{0}
+ , isMounted_{false}
+ , userId_{userId}
{}
void