Skip to content

Commit 252d34d

Browse files
committed
[find-in-nested-list] remove the empty line
1 parent ec8e5ab commit 252d34d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core-kotlin-modules/core-kotlin-collections-list-2/src/test/kotlin/findFirstMatchInNestedList/FindTheFirstMatchInNestedListUnitTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class FindTheFirstMatchInNestedListUnitTest {
6262

6363
@Test
6464
fun `when finding the first match using foreach then get the expected result`() {
65-
6665
fun findTheFirstPlayerHigherThan100(teams: List<Team>): Player {
6766
teams.forEach { team ->
6867
log.info("Checking players of the team: ${team.name}")

0 commit comments

Comments
 (0)