mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(mobile): Apply stricter linting rules for formatting (#30370)
* chore(mobile): Apply stricter linting rules for formatting * Formatting fixes
This commit is contained in:
parent
0293414abd
commit
d864a90811
208 changed files with 515 additions and 533 deletions
|
|
@ -24,7 +24,7 @@ void handleError(Object error, {StackTrace? stack, String? description}) {
|
|||
);
|
||||
|
||||
final String message;
|
||||
if (serverErrorMessage(error) case String serverMessage) {
|
||||
if (serverErrorMessage(error) case final String serverMessage) {
|
||||
message = serverMessage;
|
||||
} else if (isConnectionError(error)) {
|
||||
message = StaticTranslations.instance.login_form_server_error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue