Skip to content

Commit ba41d3c

Browse files
committed
Format
1 parent 4a3be03 commit ba41d3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flutter_cache_manager/lib/src/cache_store.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ class CacheStore {
203203
await provider.close();
204204
}
205205

206-
207206
Future<int> getCacheSize() async {
208207
final provider = await _cacheInfoRepository;
209208
final allObjects = await provider.getAllObjects();

0 commit comments

Comments
 (0)