Are there any tools to detect (and ideally fix) extra empty lines in the source code? For example, to detect/remove empty lines at the top of function/lambda body. I think ktlint/detekt can do some of it but not sure they can do the example above out-of-the-box with minimal configuration/effort.