It feels like lintr should complain about the lack of space between the right paren and opening curly brace here (occurs twice): ``` r if (length(foo) == 0L){ if (verbose){ message("message") } invisible(NULL) } else req_tbl[keep_names, ] ```