Skip to content

Commit 58b9e85

Browse files
committed
Format
1 parent 129f2a7 commit 58b9e85

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

firebase-functions/firebase-functions.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ kotlin {
6262
explicitApi()
6363
}
6464

65-
thirdPartyLicenses {
66-
add("dagger2", "${projectDir}/third_party/dagger2/LICENSE")
67-
}
65+
thirdPartyLicenses { add("dagger2", "${projectDir}/third_party/dagger2/LICENSE") }
6866

6967
dependencies {
7068
javadocClasspath("org.codehaus.mojo:animal-sniffer-annotations:1.21")

firebase-sessions/firebase-sessions.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ kotlin {
6767
compilerOptions { jvmTarget = JvmTarget.JVM_1_8 }
6868
}
6969

70-
thirdPartyLicenses {
71-
add("dagger2", "${projectDir}/third_party/dagger2/LICENSE")
72-
}
70+
thirdPartyLicenses { add("dagger2", "${projectDir}/third_party/dagger2/LICENSE") }
7371

7472
dependencies {
7573
api(libs.firebase.common)

0 commit comments

Comments
 (0)