Skip to content

Two spaces inserted between catch and where if there is no clause to capture the error #1076

@ahoppen

Description

@ahoppen
do {

} catch where true {

}

Gets formatted to

do {

} catch  where true {

}

Notice the two spaces between catch and where.

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