Skip to content

Commit 527752a

Browse files
authored
un-late var (#9114)
1 parent 43e3422 commit 527752a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/image_proxy/lib/image_proxy_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Future<void> updateAllowedKeys() async {
5656
assert(allowedKeys.length == 3);
5757
}
5858

59-
late auth.AuthClient? _apiClient;
59+
auth.AuthClient? _apiClient;
6060

6161
/// The client used for communicating with the google apis.
6262
Future<AuthClient> authClient() async {

0 commit comments

Comments
 (0)