Skip to content

Commit 5eac4b2

Browse files
author
David Motsonashvili
committed
format
1 parent 20970f3 commit 5eac4b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/src/test/kotlin/com/google/firebase/gradle/plugins/GenerateTutorialBundleTests.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,9 @@ class GenerateTutorialBundleTests : FunSpec() {
293293
val (groupId, artifactId, version) = it.split(":")
294294
"$groupId:$artifactId" to version
295295
}
296-
.onEach { entry -> every { service.latestNonAlphaVersionOrNull(entry.key) } answers { entry.value } }
296+
.onEach { entry ->
297+
every { service.latestNonAlphaVersionOrNull(entry.key) } answers { entry.value }
298+
}
297299
}
298300

299301
private fun makeTutorial(

0 commit comments

Comments
 (0)