Skip to content

Commit a5966d2

Browse files
committed
googleJavaFormat
1 parent 8a56448 commit a5966d2

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

appcheck/firebase-appcheck-debug/src/main/java/com/google/firebase/appcheck/debug/FirebaseAppCheckDebugRegistrar.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public class FirebaseAppCheckDebugRegistrar implements ComponentRegistrar {
3333

3434
@Override
3535
public List<Component<?>> getComponents() {
36-
return Arrays.asList(
37-
LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME));
36+
return Arrays.asList(LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME));
3837
}
3938
}

appcheck/firebase-appcheck-playintegrity/src/main/java/com/google/firebase/appcheck/playintegrity/FirebaseAppCheckPlayIntegrityRegistrar.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public class FirebaseAppCheckPlayIntegrityRegistrar implements ComponentRegistra
3333

3434
@Override
3535
public List<Component<?>> getComponents() {
36-
return Arrays.asList(
37-
LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME));
36+
return Arrays.asList(LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME));
3837
}
3938
}

appcheck/firebase-appcheck-safetynet/src/main/java/com/google/firebase/appcheck/safetynet/FirebaseAppCheckSafetyNetRegistrar.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public class FirebaseAppCheckSafetyNetRegistrar implements ComponentRegistrar {
3333

3434
@Override
3535
public List<Component<?>> getComponents() {
36-
return Arrays.asList(
37-
LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME));
36+
return Arrays.asList(LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME));
3837
}
3938
}

firebase-dynamic-links/src/main/java/com/google/firebase/dynamiclinks/internal/FirebaseDynamicLinkRegistrar.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public List<Component<?>> getComponents() {
5555
.build(); // no need for eager init for the Internal component.
5656

5757
return Arrays.asList(
58-
firebaseDynamicLinks, LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME));
58+
firebaseDynamicLinks,
59+
LibraryVersionComponent.create(LIBRARY_NAME, BuildConfig.VERSION_NAME));
5960
}
6061
}

0 commit comments

Comments
 (0)