From 712c82be3a805100c30c3e3baa40977c5d7fc7e3 Mon Sep 17 00:00:00 2001 From: Aayushmaan Date: Thu, 11 Jan 2024 09:21:38 +0530 Subject: [PATCH] chore: formats code --- lib/data/constants/env_config.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/data/constants/env_config.dart b/lib/data/constants/env_config.dart index 73823912..cc1de10c 100644 --- a/lib/data/constants/env_config.dart +++ b/lib/data/constants/env_config.dart @@ -1,8 +1,7 @@ class EnvironmentConfig { static const String BASE_URL = String.fromEnvironment( 'BASE_URL', - defaultValue: - 'https://appetizer.onrender.com', + defaultValue: 'https://appetizer.onrender.com', ); static const String OAUTH_CLIENT_ID = String.fromEnvironment(