Format code

This commit is contained in:
Ming Ming 2021-09-04 20:35:10 +08:00
parent 0c08fc8122
commit 942c16b850

View file

@ -104,7 +104,8 @@ class ListImportableAlbumBloc
final albumRepo = AlbumRepo(AlbumCachedDataSource());
final albums = (await ListAlbum(fileRepo, albumRepo)(ev.account)
.where((event) => event is Album)
.toList()).cast<Album>();
.toList())
.cast<Album>();
final importedDirs = albums.map((a) {
if (a.provider is! AlbumDirProvider) {
return <File>[];