Skip to content

Redundant space for self invoking functions #7

@jsliang

Description

@jsliang

Thank you for this CoffeeScript Formatter plugin! :)

Report a little issue regarding redundant space for self invoking functions.

Before:

(->
    # function body
)()

After:

(->
    # function body
) ()

The space between ) and () is causing syntax error on compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions