Apply clang-format
This commit is contained in:
@@ -8,7 +8,8 @@ using namespace Quotient;
|
||||
StickerEvent::StickerEvent(const QJsonObject &obj)
|
||||
: RoomEvent(typeId(), obj)
|
||||
, m_imageContent(EventContent::ImageContent(obj["content"_ls].toObject()))
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
QString StickerEvent::body() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user