Skip to content

Don't add external modifier to fallback functions #778

Open
@fvictorio

Description

@fvictorio

This:

contract Foo {
  fallback() {}
}

when formatted, gets an added external modifier. This is useful in a lot of situations, but I don't think we should do it. In the same vein as issues like #662, we should avoid making this kind of non-strictly-formatting change.

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