Skip to content

Commit 1812b3f

Browse files
committed
Fix formatting
1 parent 2994830 commit 1812b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919
mockApiImplementation(libs.guava)
2020

2121
testImplementation(libs.junit.jupiter.api)
22+
2223
testEndToEndImplementation(projects.app) { capabilities { requireFeature("mock-api") } }
2324
testEndToEndImplementation(libs.guava)
2425
testEndToEndImplementation(libs.junit.jupiter.api)

0 commit comments

Comments
 (0)