From 4c5497999a6d4354ebf5b98f81bf488ea3be9c08 Mon Sep 17 00:00:00 2001 From: Max Sandholm Date: Tue, 31 Oct 2017 07:06:55 +0200 Subject: [PATCH] fix another lint issue --- include/TimelineView.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/TimelineView.h b/include/TimelineView.h index 7e44db46..b1ebaa2d 100644 --- a/include/TimelineView.h +++ b/include/TimelineView.h @@ -52,7 +52,8 @@ struct PendingMessage , body(body) , event_id(event_id) , widget(widget) - {} + { + } }; // In which place new TimelineItems should be inserted.