From 796fa285f5850fcc9e78c7f87c60d1c91c46e805 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 12 Nov 2019 19:16:22 +0100 Subject: [PATCH] Fix formatting --- src/library/librarymodel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/library/librarymodel.cpp b/src/library/librarymodel.cpp index 23083cf9e..0abb5d146 100644 --- a/src/library/librarymodel.cpp +++ b/src/library/librarymodel.cpp @@ -409,7 +409,8 @@ void LibraryModel::SongsDeleted(const SongList& songs) { const QString cache_key = AlbumIconPixmapCacheKey(idx); QPixmapCache::remove(cache_key); icon_cache_->remove(QUrl(cache_key)); - if (pending_cache_keys_.contains(cache_key)) pending_cache_keys_.remove(cache_key); + if (pending_cache_keys_.contains(cache_key)) + pending_cache_keys_.remove(cache_key); // Remove from pending art loading QMapIterator i(pending_art_);