Skip to content

Commit

Permalink
chore: formats code
Browse files Browse the repository at this point in the history
  • Loading branch information
am-casper committed Jan 11, 2024
1 parent 781871f commit 712c82b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/data/constants/env_config.dart
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 712c82b

Please sign in to comment.