Skip to content

Commit 800ecd5

Browse files
committed
chore: format-ci
1 parent 3e27a05 commit 800ecd5

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

packages/firebase_app_check/firebase_app_check_platform_interface/lib/src/android_providers.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ class AndroidPlayIntegrityProvider extends AndroidAppCheckProvider {
3636
/// ReCaptcha Enterprise provider for Android.
3737
///
3838
/// See documentation: <link to docs>
39-
class AndroidReCaptchaEnterpriseProvider extends AndroidAppCheckProvider {
40-
const AndroidReCaptchaEnterpriseProvider(this.siteKey): super('recaptchaEnterprise');
41-
final String siteKey;
39+
class AndroidReCaptchaEnterpriseProvider extends AndroidAppCheckProvider {
40+
const AndroidReCaptchaEnterpriseProvider(this.siteKey)
41+
: super('recaptchaEnterprise');
42+
final String siteKey;
4243
}

packages/firebase_app_check/firebase_app_check_platform_interface/lib/src/apple_providers.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ class AppleAppAttestWithDeviceCheckFallbackProvider
5858
/// ReCaptcha Enterprise provider for Apple platforms.
5959
///
6060
/// See documentation: <link to docs>
61-
class AppleReCaptchaEnterpriseProvider extends AppleAppCheckProvider {
62-
const AppleReCaptchaEnterpriseProvider(this.siteKey): super('recaptchaEnterprise');
63-
final String siteKey;
61+
class AppleReCaptchaEnterpriseProvider extends AppleAppCheckProvider {
62+
const AppleReCaptchaEnterpriseProvider(this.siteKey)
63+
: super('recaptchaEnterprise');
64+
final String siteKey;
6465
}

0 commit comments

Comments
 (0)