From 5b954a8542e3ace18f92a2293f7769a21a816cc8 Mon Sep 17 00:00:00 2001 From: cocopaw <223083270+cocopaw@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:06:17 +1000 Subject: [PATCH] Add newline at end of torrentcontentmodel.cpp to comply with coding standards --- src/gui/torrentcontentmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/torrentcontentmodel.cpp b/src/gui/torrentcontentmodel.cpp index 1794409a1..a3dbd561b 100644 --- a/src/gui/torrentcontentmodel.cpp +++ b/src/gui/torrentcontentmodel.cpp @@ -730,4 +730,4 @@ void TorrentContentModel::notifySubtreeUpdated(const QModelIndex &index, const Q parentIndexes.push_back(sibling); } } -} \ No newline at end of file +}