refactor(app): Форматирование

This commit is contained in:
PetrovY
2025-05-28 16:39:56 +03:00
parent c6d4700892
commit 8692757da7
6 changed files with 1 additions and 9 deletions

View File

@@ -6,7 +6,6 @@ import 'package:friflex_starter/features/profile/domain/repository/i_profile_rep
///
/// {@endtemplate}
final class ProfileRepository implements IProfileRepository {
ProfileRepository({required this.httpClient});
final IHttpClient httpClient;