downloads: Whitespace change.

This commit is contained in:
Florian Bruhin 2014-11-14 08:29:43 +01:00
parent d31e8edffc
commit c8a1c979e8

View File

@ -427,7 +427,6 @@ class DownloadManager(QAbstractListModel):
_inline, suggested_filename = http.parse_content_disposition(reply) _inline, suggested_filename = http.parse_content_disposition(reply)
log.downloads.debug("fetch: {} -> {}".format(reply.url(), log.downloads.debug("fetch: {} -> {}".format(reply.url(),
suggested_filename)) suggested_filename))
download = DownloadItem(reply, self) download = DownloadItem(reply, self)
download.finished.connect( download.finished.connect(
functools.partial(self.on_finished, download)) functools.partial(self.on_finished, download))