From 1dead090f67a2be747f76cffcb1a4bfe08902651 Mon Sep 17 00:00:00 2001 From: HamletDuFromage <61667930+HamletDuFromage@users.noreply.github.com> Date: Sat, 2 Aug 2025 23:23:18 +0200 Subject: [PATCH] add missing newline at the end of torrentimpl.cpp --- src/base/bittorrent/torrentimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/bittorrent/torrentimpl.cpp b/src/base/bittorrent/torrentimpl.cpp index cedc6ef0c..1c101d0be 100644 --- a/src/base/bittorrent/torrentimpl.cpp +++ b/src/base/bittorrent/torrentimpl.cpp @@ -2971,4 +2971,4 @@ QFuture> TorrentImpl::invokeAsync(Func &&func) const }); return future; -} \ No newline at end of file +}