diff --git a/GoogleSignIn/Sources/GIDVerify/Implementations/GIDVerifyAccountDetail.m b/GoogleSignIn/Sources/GIDVerify/Implementations/GIDVerifyAccountDetail.m index 8c054d32..dd73ea61 100644 --- a/GoogleSignIn/Sources/GIDVerify/Implementations/GIDVerifyAccountDetail.m +++ b/GoogleSignIn/Sources/GIDVerify/Implementations/GIDVerifyAccountDetail.m @@ -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. @@ -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 \ No newline at end of file +@end diff --git a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDVerifyAccountDetail.h b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDVerifyAccountDetail.h index 76e4da30..5dacfdcb 100644 --- a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDVerifyAccountDetail.h +++ b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDVerifyAccountDetail.h @@ -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. @@ -17,4 +17,4 @@ #import @interface GIDVerifyAccountDetail : NSObject -@end \ No newline at end of file +@end