mirror of
https://github.com/immich-app/immich.git
synced 2025-11-21 09:20:40 +09:00
chore(mobile): Add const linter (#14447)
This commit is contained in:
@@ -27,7 +27,7 @@ void main() {
|
||||
mapStateNotifier = MockMapStateNotifier(mapState);
|
||||
overrides = [
|
||||
mapStateNotifierProvider.overrideWith(() => mapStateNotifier),
|
||||
localeProvider.overrideWithValue(Locale("en")),
|
||||
localeProvider.overrideWithValue(const Locale("en")),
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user