Skip to content

Commit 572f421

Browse files
author
Maksim Litvinov
committed
fix indent
1 parent 32a4702 commit 572f421

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencies {
3232
implementation("io.javalin:javalin-rendering:6.6.0")
3333

3434
testImplementation("org.assertj:assertj-core:3.27.3")
35-
testImplementation(platform("org.junit:junit-bom:5.12.2"))
36-
testImplementation("org.junit.jupiter:junit-jupiter")
37-
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
35+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
36+
testImplementation("org.junit.jupiter:junit-jupiter")
37+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3838
}
3939

4040
tasks.test {

0 commit comments

Comments
 (0)