Skip to content

Commit 78b0e62

Browse files
author
David Motsonashvili
committed
format
1 parent d4216c7 commit 78b0e62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/src/main/java/com/google/firebase/gradle/plugins/CopyGoogleServicesPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ abstract class CopyGoogleServicesPlugin : Plugin<Project> {
7777

7878
private fun registerCopyRootGoogleServicesTask(project: Project, path: String) =
7979
project.tasks.register<Copy>("copyRootGoogleServices") {
80-
8180
val library = project.extensions.getByType<BaseExtension>()
8281

8382
val targetPackageLine = "\"package_name\": \"${library.namespace}\""

0 commit comments

Comments
 (0)