Skip to content

Commit 66cc7ba

Browse files
fix formatting
1 parent 8e0c01d commit 66cc7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ioc_container.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class IocContainer {
7373
///so the container can store scope or singletons
7474
final Map<Type, Object> singletons;
7575

76-
///🔒 Map of locks by type. This ensures that no async singletons execute
76+
///🔒 Map of locks by type. This ensures that no async singletons execute
7777
///more than once, unless there is an error
7878
// ignore: strict_raw_type
7979
final Map<Type, AsyncLock> locks;

0 commit comments

Comments
 (0)