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
From Julia 1.5 onward, keyword arguments can be simplified if the variable name and keyword name are the same, that is, f(; x=x) can be written as f(; x). This was introduced in this PR and can be found in the NEWS.md for Julia 1.5.
Can JuliaFormatter be used to simplify these calls too?
The text was updated successfully, but these errors were encountered:
From Julia 1.5 onward, keyword arguments can be simplified if the variable name and keyword name are the same, that is,
f(; x=x)
can be written asf(; x)
. This was introduced in this PR and can be found in the NEWS.md for Julia 1.5.Can JuliaFormatter be used to simplify these calls too?
The text was updated successfully, but these errors were encountered: