Skip to content

Commit 7ac2cf4

Browse files
committed
closing brace
1 parent 8dfae7d commit 7ac2cf4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/services/Messaging.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,6 @@ std::string Messaging::listMessageLogs(const std::string &messageId,
544544
if (statusCode == HttpStatus::OK) {
545545
return response;
546546
} else {
547-
throw AppwriteException("Error listing message logs. Status code: " +
548-
std::to_string(statusCode) +
549-
"\nResponse: " + response);
547+
throw AppwriteException("Error listing message logs. Status code: " +std::to_string(statusCode) +"\nResponse: " + response);
550548
}
551549
}

0 commit comments

Comments
 (0)