Skip to content

Commit 9d9f041

Browse files
committed
fix analysis warning
1 parent a9915be commit 9d9f041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bricks/dart_frog_prod_server/hooks/lib/src/create_external_packages_folder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Future<List<String>> createExternalPackagesFolder({
7373
externalDependency.path,
7474
from: buildDirectory.path,
7575
),
76-
}
76+
},
7777
},
7878
);
7979

0 commit comments

Comments
 (0)