android / codelab-android-navigation

Apache License 2.0
635 stars 275 forks source link

Semicolon appears in Kotlin code #92

Open BrianGiannini opened 4 years ago

BrianGiannini commented 4 years ago

In the 10th chapter in the Add a Deep Link part 2 DeepLinkAppWidgetProvider

There is the code snipped : args.putString("myarg", "From Widget");

semicolon should be removed : args.putString("myarg", "From Widget")