Skip to content

Commit de121d6

Browse files
committed
fix: build.gradle tab 문자 적용
1 parent 1de1e00 commit de121d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3939
testImplementation 'org.projectlombok:lombok'
4040
testAnnotationProcessor 'org.projectlombok:lombok'
41-
testRuntimeOnly 'com.h2database:h2'
41+
testRuntimeOnly 'com.h2database:h2'
4242

4343
/* ETC */
4444
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)