julia-vscode / DocumentFormat.jl

Auto-formatter for Julia
Other
62 stars 18 forks source link

Test didn't pass #18

Closed ice1000 closed 5 years ago

ice1000 commented 6 years ago

In this line

 @test format("func(a=1,b; c=1)") == "func(a = 1, b; c = 1)"

could you please fix this?

ice1000 commented 5 years ago

Closing for no comments/reasons? Does that mean this issue was fixed?

ZacLN commented 5 years ago

Yep, fixed