Skip to content

Unwrap function arguments #2538

Description

@koenvanderdrift

Not sure if this is the right place to ask.

What rules do I add to convert a function written like this:

 func replaceOverlay(
        ofStyle style: MyStyle,
        with overlay: MyOverlay?
    ) {
...
}

to:

func replaceOverlay(ofStyle style: MyStyle, with overlay: MyOverlay?) {
...
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions