修复代码格式

This commit is contained in:
2026-04-03 20:56:21 +08:00
parent d0f81bf18e
commit 668199ce3f
6 changed files with 87 additions and 67 deletions

View File

@@ -37,5 +37,4 @@ class AlbumRepository {
final albums = await getAllAlbums();
return albums.where((a) => a.id == id).firstOrNull;
}
}