Remove some whitespace
This commit is contained in:
parent
fa5d8f84f9
commit
f66e62f374
@ -123,7 +123,6 @@ impl Merge for Artist {
|
|||||||
|
|
||||||
let other_without_id = Artist::merge_albums_by_lib_id(&mut self.albums, other.albums);
|
let other_without_id = Artist::merge_albums_by_lib_id(&mut self.albums, other.albums);
|
||||||
Artist::merge_albums_by_title(&mut self.albums, other_without_id);
|
Artist::merge_albums_by_title(&mut self.albums, other_without_id);
|
||||||
|
|
||||||
self.albums.sort_unstable();
|
self.albums.sort_unstable();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user