Skip to content

Commit 655edf3

Browse files
committed
runformat
1 parent b0d148b commit 655edf3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gui/resultitem.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
#include "resultitem.h"
2020

2121
ResultItem::ResultItem(QSharedPointer<ErrorItem> errorItem, Type type, int errorPathIndex)
22-
: errorItem(errorItem), mType(type), mErrorPathIndex(errorPathIndex)
23-
{
24-
}
22+
: errorItem(errorItem), mType(type), mErrorPathIndex(errorPathIndex)
23+
{}

0 commit comments

Comments
 (0)