Skip to content

Commit bb983c2

Browse files
chore: formatting (indent)
1 parent 4aa8813 commit bb983c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lesson_26/api/java/api_app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ dependencies {
3939
implementation("org.xerial:sqlite-jdbc:3.36.0")
4040
implementation("org.hibernate.orm:hibernate-community-dialects:6.2.7.Final")
4141
compileOnly("org.projectlombok:lombok:1.18.38")
42-
annotationProcessor("org.projectlombok:lombok:1.18.38")
43-
testCompileOnly("org.projectlombok:lombok:1.18.38")
44-
testAnnotationProcessor("org.projectlombok:lombok:1.18.38")
42+
annotationProcessor("org.projectlombok:lombok:1.18.38")
43+
testCompileOnly("org.projectlombok:lombok:1.18.38")
44+
testAnnotationProcessor("org.projectlombok:lombok:1.18.38")
4545
}
4646

4747
application {
@@ -79,4 +79,4 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
7979
// fix formatting of type annotations
8080
formatAnnotations()
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)