Skip to content

Commit ebae982

Browse files
committed
formate
1 parent 6ca4bb1 commit ebae982

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ dependencies {
103103
bundledPlugin( 'com.intellij.java' )
104104
bundledPlugin( 'org.jetbrains.kotlin' )
105105

106-
testFramework(TestFrameworkType.Platform.INSTANCE)
107-
testFramework(TestFrameworkType.Plugin.Java.INSTANCE)
106+
testFramework( TestFrameworkType.Platform.INSTANCE )
107+
testFramework( TestFrameworkType.Plugin.Java.INSTANCE )
108108
}
109109
implementation('org.mapstruct:mapstruct:1.5.3.Final')
110110
testImplementation(platform('org.junit:junit-bom:5.11.0'))

0 commit comments

Comments
 (0)