Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 42011e2

Browse files
committed
change the indent
1 parent 35a849c commit 42011e2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

+8-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ idea {
5656
}
5757

5858
eclipse {
59-
classpath {
60-
downloadSources true
61-
downloadJavadoc true
62-
}
63-
jdt {
64-
sourceCompatibility java.sourceCompatibility
65-
targetCompatibility java.targetCompatibility
66-
}
59+
classpath {
60+
downloadSources true
61+
downloadJavadoc true
62+
}
63+
jdt {
64+
sourceCompatibility java.sourceCompatibility
65+
targetCompatibility java.targetCompatibility
66+
}
6767
}
6868

6969
dependencies {

0 commit comments

Comments
 (0)