Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

async gets formatted away for functions with labeled arguments #674

Closed
@cknitt

Description

@cknitt
let f = async (a, b) => a + b

let f = async (~a, ~b) => a + b

gets reformatted to

let f = async (a, b) => a + b

let f = (~a, ~b) => a + b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions