Skip to content

Commit b4829ef

Browse files
committed
sip
1 parent e48a5f6 commit b4829ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-kotlin-modules/core-kotlin-collections-6/src/test/kotlin/com/baeldung/parallelOperationsCollections/ParallelOperationCollectionsUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ParallelOperationCollectionsUnitTest {
4040
Person("Ahmad", 42, true)
4141
)
4242
}
43-
43+
4444
private fun Person.setAdultStatus(){
4545
this.isAdult = this.age >= 18
4646

0 commit comments

Comments
 (0)