Skip to content

Commit eadb85d

Browse files
committed
Fix format issue
1 parent 90885cb commit eadb85d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

firebase-functions/firebase-functions.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ android {
5656
lint { targetSdk = targetSdkVersion }
5757
}
5858

59-
kotlin { compilerOptions { jvmTarget = JvmTarget.JVM_1_8 } explicitApi()}
60-
59+
kotlin {
60+
compilerOptions { jvmTarget = JvmTarget.JVM_1_8 }
61+
explicitApi()
62+
}
6163

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

0 commit comments

Comments
 (0)