You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using JuliaFormatter
julia> text ="@assert x isa Tuple \"msg\"""@assert x isa Tuple \"msg\""
julia>format_text(text, style=SciMLStyle())
"@assert xisaTuple \"msg\""
I have a file (test.jl) where I have this line of code:
If I format it using
format("test.jl")
, I get:which is wrong
Version:
The text was updated successfully, but these errors were encountered: