summaryrefslogtreecommitdiffstats
path: root/src/encryption/VerificationManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption/VerificationManager.cpp')
-rw-r--r--src/encryption/VerificationManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/encryption/VerificationManager.cpp b/src/encryption/VerificationManager.cpp
index ca712922..bb986665 100644
--- a/src/encryption/VerificationManager.cpp
+++ b/src/encryption/VerificationManager.cpp
@@ -15,7 +15,8 @@
VerificationManager::VerificationManager(TimelineViewManager *o)
: QObject(o)
, rooms_(o->rooms())
-{}
+{
+}
static bool
isValidTime(std::optional<uint64_t> t)