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
Since it is a (potentially) destructive operation I like the explicitness of requiring the inplace keyword argument. I also prefer not exporting names, but they can be marked with public in supported Julia versions (see #127).
If I just want to run
Runic
on the filetest.jl
, I need to doFor comparison, with JuliaFormatter I only need to do
Just export the function and let the default value for
inplace
betrue
.The text was updated successfully, but these errors were encountered: