Skip to content

Commit ffacc22

Browse files
committed
style: format
1 parent 07fdd58 commit ffacc22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/src/services/auth_service.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,10 @@ class AuthService {
349349
createdAt: DateTime.now(),
350350
feedDecoratorStatus: Map.fromEntries(
351351
FeedDecoratorType.values.map(
352-
(type) =>
353-
MapEntry(type, const UserFeedDecoratorStatus(isCompleted: false)),
352+
(type) => MapEntry(
353+
type,
354+
const UserFeedDecoratorStatus(isCompleted: false),
355+
),
354356
),
355357
),
356358
);

0 commit comments

Comments
 (0)