In RouterFunctionDsl.kt
, I saw several cases where lambda expressions were used mixed(placing lambda outside or inside the method call) as shown above. For consistency, I modified all lambda expressions according to JetBrains' official recommendation(if the last argument to the method is a lambda, place the lambda outside the method call).