Skip to content

Commit

Permalink
fix: the 80-character limit 対応
Browse files Browse the repository at this point in the history
  • Loading branch information
keitokusano committed Oct 23, 2024
1 parent 4fea746 commit 34cf5d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/cores/settings/lib/src/ui/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ class _ResetSettingsTile extends ConsumerWidget {
/// invalidate SharedPreferencesProvider
ref.invalidate(sharedPreferencesInstanceProvider);

/// invalidate all providers which depend on [sharedPreferencesInstanceProvider]
/// invalidate all providers
/// which depend on [sharedPreferencesInstanceProvider]
ref
..invalidate(themeModeStoreProvider)
..invalidate(localizationModeStoreProvider)
Expand Down

0 comments on commit 34cf5d3

Please sign in to comment.