Recipe catalogKotlinCleanupOn this pageCleanup Recipes Remove trailing comma in Kotlin Remove unnecessary parentheses on Kotlin types Remove unnecessary trailing semicolon Replace Char#toInt() with Char#code Structural equality tests should use == or != it shouldn't be used as a lambda parameter name