mirror of
https://github.com/immich-app/immich.git
synced 2025-12-15 17:23:15 +03:00
chore: bump line length to 120 (#20191)
This commit is contained in:
@@ -29,9 +29,7 @@ class UnArchiveActionButton extends ConsumerWidget {
|
||||
if (context.mounted) {
|
||||
ImmichToast.show(
|
||||
context: context,
|
||||
msg: result.success
|
||||
? successMessage
|
||||
: 'scaffold_body_error_occurred'.t(context: context),
|
||||
msg: result.success ? successMessage : 'scaffold_body_error_occurred'.t(context: context),
|
||||
gravity: ToastGravity.BOTTOM,
|
||||
toastType: result.success ? ToastType.success : ToastType.error,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user