Skip to content

Guard let else return as a one liner? #9

@mokagio

Description

@mokagio

In the codebase we're using two different styles of early returns:

guard condition else { return }

and

guard condition else {
  return
}

We should pick one and stick to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions