fix another lint issue

This commit is contained in:
Max Sandholm 2017-10-31 07:06:55 +02:00
parent dc230b74c2
commit 4c5497999a

View File

@ -52,7 +52,8 @@ struct PendingMessage
, body(body) , body(body)
, event_id(event_id) , event_id(event_id)
, widget(widget) , widget(widget)
{} {
}
}; };
// In which place new TimelineItems should be inserted. // In which place new TimelineItems should be inserted.