2 files changed, 2 insertions, 3 deletions
diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp
index 2481d4f9..ea5a060d 100644
--- a/src/encryption/DeviceVerificationFlow.cpp
+++ b/src/encryption/DeviceVerificationFlow.cpp
@@ -631,8 +631,8 @@ DeviceVerificationFlow::sendVerificationRequest()
req.to = this->toClient.to_string();
req.msgtype = "m.key.verification.request";
req.body = "User is requesting to verify keys with you. However, your client does "
- "not support this method, so you will need to use the legacy method of "
- "key verification.";
+ "not support this method, so you will need to use the legacy method of "
+ "key verification.";
}
send(req);
diff --git a/src/encryption/VerificationManager.h b/src/encryption/VerificationManager.h
index e00ddc10..d6a39ccf 100644
--- a/src/encryption/VerificationManager.h
+++ b/src/encryption/VerificationManager.h
@@ -45,4 +45,3 @@ private:
bool isInitialSync_ = false;
RoomlistModel *rooms_;
};
-
|