diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-10-17 17:33:59 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-10-17 17:33:59 +0200 |
commit | 2981f71d2268087b04f6dfef2fd0d42a4f786b4d (patch) | |
tree | 7860f7088549f8d4ae7d945121ad4f6cdf42ff08 /src/encryption | |
parent | lint (diff) | |
download | nheko-2981f71d2268087b04f6dfef2fd0d42a4f786b4d.tar.xz |
lint using clang11
Diffstat (limited to 'src/encryption')
-rw-r--r-- | src/encryption/DeviceVerificationFlow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp index ea5a060d..2481d4f9 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); |