Code inspection: Redundant lambda signature parentheses
Last modified: 08 April 2024tip
If a lambda expression has a single, implicitly typed parameter, parentheses are optional. They are necessary if there are two or more parameters.
JetBrains Rider suggests removing the redundant parentheses to improve code readability: