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/main/domain/repository/i_main_repositor
///
/// {@endtemplate}
final class MainRepository implements IMainRepository {
MainRepository({required this.httpClient});
final IHttpClient httpClient;