Skip to content

Space between function right parenthesis and function open curly #242

@jennybc

Description

@jennybc

It feels like lintr should complain about the lack of space between the right paren and opening curly brace here (occurs twice):

if (length(foo) == 0L){
    if (verbose){
      message("message")
    }
    invisible(NULL)
  } else
    req_tbl[keep_names, ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancementgood first issue ❤️good issue for first-time contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions