Skip to content

Commit c334848

Browse files
Remove unused arguments (#239)
1 parent 57e2fa6 commit c334848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RxKotlin is a lightweight library that adds convenient extension functions to [R
1111
import io.reactivex.rxjava3.kotlin.subscribeBy
1212
import io.reactivex.rxjava3.kotlin.toObservable
1313

14-
fun main(args: Array<String>) {
14+
fun main() {
1515

1616
val list = listOf("Alpha", "Beta", "Gamma", "Delta", "Epsilon")
1717

0 commit comments

Comments
 (0)