Skip to content

Commit f489565

Browse files
committed
closing brace
1 parent 7ac2cf4 commit f489565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Messaging.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,6 +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: " +std::to_string(statusCode) +"\nResponse: " + response);
547+
throw AppwriteException("Error listing message logs. Status code: " +std::to_string(statusCode) + "\nResponse: " + response);
548548
}
549549
}

0 commit comments

Comments
 (0)