material-components / material-components-android-codelabs

Codelabs for Material Components for Android (MDC-Android)
Apache License 2.0
218 stars 158 forks source link

MDC-102 Code Adjustment #45

Open AprilPage opened 4 years ago

AprilPage commented 4 years ago

Describe the bug Unused syntax: semicolon after return statement in Product Grid Fragment.kt

To Reproduce Steps to reproduce the behavior:

  1. Go to Product Grid Fragment.kt
  2. Scroll down to override onCreateView
  3. See error after return statement there is a semicolon, fully aware that it does nothing except confuse a new developer. Not referring to myself, although I was questioning if I was in the correct code lab.

Thank you