Skip to content

Commit 6a69485

Browse files
committed
style: format
1 parent 0c1a585 commit 6a69485

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/services/auth_service.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ class AuthService {
2424
const AuthService({
2525
required DataRepository<User> userRepository,
2626
required AuthTokenService authTokenService,
27-
required VerificationCodeStorageService
28-
verificationCodeStorageService,
27+
required VerificationCodeStorageService verificationCodeStorageService,
2928
required EmailRepository emailRepository,
3029
required DataRepository<AppSettings> appSettingsRepository,
3130
required DataRepository<UserContentPreferences>

0 commit comments

Comments
 (0)