Skip to content

Commit 14b64af

Browse files
committed
style: format
1 parent 843ef23 commit 14b64af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/src/config/environment_config.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ abstract final class EnvironmentConfig {
6464
final value = _env[key];
6565
if (value == null || value.isEmpty) {
6666
_log.severe('$key not found in environment variables.');
67-
throw StateError(
68-
'FATAL: $key environment variable is not set.',
69-
);
67+
throw StateError('FATAL: $key environment variable is not set.');
7068
}
7169
return value;
7270
}

0 commit comments

Comments
 (0)