Skip to content

Commit

Permalink
Remove spurious semicolon (flutter#21333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetf authored Sep 23, 2020
1 parent 57ee3d4 commit 2de96a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,6 @@ typedef enum {
- (void)addApplicationLifeCycleDelegate:(NSObject<FlutterApplicationLifeCycleDelegate>*)delegate;
@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END

#endif // FLUTTER_FLUTTERPLUGIN_H_

0 comments on commit 2de96a2

Please sign in to comment.