格式化代码
Some checks failed
Dart CI / build (push) Failing after 10s

This commit is contained in:
2026-04-04 14:40:16 +08:00
parent dd6577ce3a
commit 4886951e6f
4 changed files with 34 additions and 14 deletions

View File

@@ -95,7 +95,7 @@ void main() {
sourceFile.writeAsBytesSync(List.filled(100, 0));
// Pre-create the expected cached file
final baseName =sourceFile.path.hashCode.toString();
final baseName = sourceFile.path.hashCode.toString();
final cachedFile = File(
p.join(cacheDir.path, 'preview', '${baseName}_100x100.webp'),
);