material-components/material-components-android-codelabs

MDC-102 Code Adjustment

AprilPage opened this issue · 0 comments

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