Spring format adds a white space between `>` and `(`: ```java private record LookupResult<T> (T match, boolean hasMore) { } ``` And then checkstyle fails with ``` '(' is preceded with whitespace. ```