Skip to content

Commit 1439cc1

Browse files
committed
Add newline
1 parent 5745711 commit 1439cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/peertablesortproxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ bool PeerTableSortProxy::lessThan(const QModelIndex& left_index, const QModelInd
3030
}
3131

3232
return left.toString() < right.toString();
33-
}
33+
}

0 commit comments

Comments
 (0)