From 4b12b53133d91794ae29a0b96d56948bca8e0d1b Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 4 Mar 2021 19:11:08 -0500 Subject: Fix linting --- src/DeviceVerificationFlow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/DeviceVerificationFlow.cpp') diff --git a/src/DeviceVerificationFlow.cpp b/src/DeviceVerificationFlow.cpp index 0f0de5a6..f0be661a 100644 --- a/src/DeviceVerificationFlow.cpp +++ b/src/DeviceVerificationFlow.cpp @@ -345,7 +345,8 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *, if (err) { nhlog::net()->error( "failed to upload signatures: {},{}", - mtx::errors::to_string(err->matrix_error.errcode), + mtx::errors::to_string( + err->matrix_error.errcode), static_cast(err->status_code)); } -- cgit 1.5.1