Skip to content

Adds a brace at the end of function #20

Closed
@Stofkn

Description

@Stofkn

Hi

I just installed codepainter 0.3.26 and runned it with this command:
codepaint xform -p idiomatic "**/index.js"

function product(app, passport){

}

was tranformed to

function product ( app, passport ) {

}}

I suppose the last brace shouldn't be there?

Second time I run the same command I get this error:

error

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions