From edb6c804e61e50de608241a06d3aa20ee3f00440 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Wed, 29 May 2024 14:02:50 +0530 Subject: [PATCH] Lint fix --- mobile/lib/core/configuration.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/lib/core/configuration.dart b/mobile/lib/core/configuration.dart index 729fc1a6c6..7107112bff 100644 --- a/mobile/lib/core/configuration.dart +++ b/mobile/lib/core/configuration.dart @@ -145,7 +145,8 @@ class Configuration { await logout(autoLogout: true); } else { _logger.warning( - 'Platform error ${error.message} with string ${error.toString()}'); + 'Platform error ${error.message} with string ${error.toString()}', + ); rethrow; } } else {