add missing newline at the end of torrentimpl.cpp

This commit is contained in:
HamletDuFromage 2025-08-02 23:23:18 +02:00
commit 1dead090f6

View file

@ -2971,4 +2971,4 @@ QFuture<std::invoke_result_t<Func>> TorrentImpl::invokeAsync(Func &&func) const
}); });
return future; return future;
} }