Skip to content

Commit 343f613

Browse files
committed
Indent with tabs instead of spaces in Gradle build scripts
1 parent cfb7888 commit 343f613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/framework-docs.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repositories {
4545

4646
// To avoid a redeclaration error with Kotlin compiler
4747
tasks.named('compileKotlin', KotlinCompilationTask.class) {
48-
javaSources.from = []
48+
javaSources.from = []
4949
}
5050

5151
dependencies {

0 commit comments

Comments
 (0)