Skip to content

Commit 997d42f

Browse files
committed
Fix lint error
1 parent 24456d4 commit 997d42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Configuration {
7575
}
7676

7777
/// Load configuration from environment variables
78-
static fromEnv({String prefix = ""}) {
78+
static Configuration fromEnv({String prefix = ""}) {
7979
final accessToken = Platform.environment["${prefix}ACCESS_TOKEN"];
8080
return Configuration(
8181
accessToken: accessToken,

0 commit comments

Comments
 (0)