Fix formatting

This commit is contained in:
Jonas Kvinge 2020-01-04 18:12:44 +01:00
parent 250b5ca0a6
commit 651965b905
1 changed files with 1 additions and 2 deletions

View File

@ -455,8 +455,7 @@ void LibraryModel::SongsDeleted(const SongList& songs) {
while (i != pending_art_.end()) {
if (i.value().first == node) {
i = pending_art_.erase(i);
}
else {
} else {
++i;
}
}