Skip to content

Commit

Permalink
Address formatting in header and implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
brnnmrls committed Mar 14, 2024
1 parent 1b97cd2 commit 40c204a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Google LLC
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDVerifyAccountDetail.h"

@implementation GIDVerifyAccountDetail
@end
@end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Google LLC
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,4 +17,4 @@
#import <Foundation/Foundation.h>

@interface GIDVerifyAccountDetail : NSObject
@end
@end

0 comments on commit 40c204a

Please sign in to comment.