mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
refactor(app): Форматирование
This commit is contained in:
@@ -6,7 +6,6 @@ import 'package:friflex_starter/features/auth/domain/repository/i_auth_repositor
|
||||
/// Реализация репозитория авторизации
|
||||
/// {@endtemplate}
|
||||
final class AuthRepository implements IAuthRepository {
|
||||
|
||||
AuthRepository({required this.httpClient});
|
||||
final IHttpClient httpClient;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user