Skip to content

Commit c68a581

Browse files
committed
Format
1 parent e81ac35 commit c68a581

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

firebase-ai/firebase-ai.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ android {
6666
targetSdk = targetSdkVersion
6767
baseline = file("lint-baseline.xml")
6868
}
69-
sourceSets {
70-
getByName("test").java.srcDirs("src/testUtil")
71-
}
69+
sourceSets { getByName("test").java.srcDirs("src/testUtil") }
7270
}
7371

7472
kotlin {

0 commit comments

Comments
 (0)