Skip to content

Commit

Permalink
chore(automated): Lint commit and format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 4, 2024
1 parent 190cc39 commit eb5fd64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
zeta_flutter:
path: ../

collection: any
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion lib/src/theme/theme_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'contrast.dart';
const String _kThemeMode = 'themeMode';
const String _kContrast = 'contrast';
const String _kColor = 'color';
//TODO(thelukewalton): Revert this to include color also?
// TODO(thelukewalton): Revert this to include color also?

/// `ZetaThemeService` is an abstract class.
/// It provides the structure for loading and saving themes in Zeta application.
Expand Down

0 comments on commit eb5fd64

Please sign in to comment.