Skip to content

Commit

Permalink
Identation
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoazvd17 committed Nov 29, 2023
1 parent 3a1b6e4 commit 309ff47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/core/utils/app_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import 'package:flutter_gen/gen_l10n/app_localizations.dart';
class AppConstants {
static const double maxMobileWidth = 768;

static const Iterable<LocalizationsDelegate<dynamic>> localizationsDelegates =
[
static const Iterable<LocalizationsDelegate> localizationsDelegates = [
AppLocalizations.delegate,
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
Expand Down

0 comments on commit 309ff47

Please sign in to comment.