mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-18 20:35:07 +00:00
Use regular expression search/replace to ensure all single-arg lambdas have parenthesis. This aligns with the style used in Spring Boot and ensure that single-arg and multi-arg lambdas are consistent. Issue gh-8945