Skip to content

Commit

Permalink
chore: fix formatting for CI (#11316)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley authored Jul 21, 2023
1 parent d98b24f commit 9be203f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void onDetachedFromEngine(@NonNull FlutterPluginBinding binding) {

channel = null;
messenger = null;

removeEventListeners();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

#import <AuthenticationServices/AuthenticationServices.h>
#import <Foundation/Foundation.h>
#import <firebase_core/FLTFirebasePlugin.h>
#import <firebase_auth/messages.g.h>
#import <firebase_core/FLTFirebasePlugin.h>

@interface FLTFirebaseAuthPlugin
: FLTFirebasePlugin <FlutterPlugin,
Expand Down

0 comments on commit 9be203f

Please sign in to comment.